1022d196ae7797ac165cb641c959b90b3585c0d4
Imported the leogpt.py program, Edited the readme.md to give info on setup, Created .gitignore and added config.py to exclusion
Create a config.py file in the same directory as the leogpt.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'
Description
Languages
Python
100%