Page 1 of 1

ChatGPT Plugin for Ren'Py

Posted: Sun Mar 19, 2023 1:08 pm
by Taiko3615
WELCOME TO THE FUTURE OF VISUAL NOVELS !

Always dreamed of empowering your NPCs with the power of ChatGPT ?
E.g. your characters actually respond live to what your user say with their own personality !

It's now possible using this open source ChatGPT plugin : https://github.com/Taiko3615/RenPyChatGPTExample

Download the example and try it !

Note that you shouldn't hardcode your OpenAI API key in your game, but the repo explains how to solve that.

Have fun :-)

Re: ChatGPT Plugin for Ren'Py

Posted: Sat Mar 25, 2023 7:16 pm
by Taiko3615
If you want to see what's possible to do with it, I'm making a fully open source game where all the NPCs are chatGPT powered : https://github.com/Taiko3615/Danse-Macabre

Re: ChatGPT Plugin for Ren'Py

Posted: Tue Apr 18, 2023 2:11 am
by MattMurdock
Hey, I am unsure of how to use the workaround to avoid hardcoding the OpenAI key. Do I need a website to do that or what? I was never very good with webdev and I'm not really sure how PHP and such works.