Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there any way to connect the game to a local AI server rather than with the api key ? i can run a chatgpt model on my localhost and i would love to be able to use that instead of using a live version.

You might be able to trick the program into accepting a local AI server by screwing with your hosts file to map OpenAI's servers to 127.0.0.1 (which is localhost)


This is in the same vein as how MVPS HOSTS works.