edited readme with new modifications

This commit is contained in:
2023-12-15 20:19:13 -05:00
parent 8684a1cd30
commit d00229ee60

View File

@@ -1,5 +1,8 @@
Create a config.py file in the same directory as the leogpt.py file and configure the following: Create a config.py file in a subdirectory of the root of leogpt.py 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'
assistant_id = 'YOUR_OPENAI_ASSISTANT_ID' assistant_id = 'YOUR_OPENAI_ASSISTANT_ID'
message_chunk_size = 2000
thread_inactivity_timeout_hours = 1