GPT based pygame that adds feature while the user is playing it
- Make sure you have python3 installed.
- Install required python dependencies
pip install -r requirements.txt - Create a file in the
llmfolder calledconfig.pytouch llm/config.py - Add your OpenAI API key into config.py
echo "OPENAI_KEY='<paste your API key here>'" >> llm/config.py
python3 main.py