edited readme

This commit is contained in:
2023-12-15 20:45:58 -05:00
parent 1ca5bf7a57
commit a9581335c9

View File

@@ -1,4 +1,6 @@
Create a config.py file in a /config/ subdirectory of the root of leogpt.py and configure the following: Create an directory where you create an empty __init__.py file.
In the same directory create a config.py file and configure the following:
openai_api_key = 'YOUR_OPENAI_API_KEY' openai_api_key = 'YOUR_OPENAI_API_KEY'
discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN' discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN'