fixed some things

This commit is contained in:
2024-02-21 19:27:19 -05:00
parent a9581335c9
commit 07b9503c2c
2 changed files with 11 additions and 12 deletions

View File

@@ -1,10 +1,9 @@
Create an directory where you create an empty __init__.py file.
Set the following as Environement variables:
In the same directory create a config.py file and configure the following:
openai_api_key = 'YOUR_OPENAI_API_KEY'
discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN'
assistant_id = 'YOUR_OPENAI_ASSISTANT_ID'
OPENAI_API_KEY
DISCORD_BOT_TOKEN
ASSISTANT_ID
Default settings:
message_chunk_size = 2000
thread_inactivity_timeout_hours = 1