2023-12-15 20:45:58 -05:00
2023-12-15 20:20:52 -05:00
2023-12-15 20:16:57 -05:00
2023-12-15 20:45:58 -05:00

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' discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN' assistant_id = 'YOUR_OPENAI_ASSISTANT_ID'

message_chunk_size = 2000 thread_inactivity_timeout_hours = 1

Description
No description provided
Readme 43 KiB
Languages
Python 100%