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)