Retirement Simulator
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
 AI.pyLets you talk in real time to a video game NPC. You press space and then talk. After you release the spacebar, it converts your speech to text and sends it to chatGPT which is prompted to believe it is an npc in a video game. After ChatGPT generates its response, it is fed to a text-to-speech api which says it back to you in real time
 NPC_API.pyExample of api calls that can be made by the AI
 PyAi.py