This python script uses OpenAI's GPT-3 model for providing feedback functionality to the Discord bot.
This script requires prerequisites in order to run.
- Python 3.7.9 or later.
- Run
pip install -r requirements.txt
to install all dependencies - Configure the access tokens and keys in the
[discord]
and[openai]
sectionconfig.ini
file - Run
python main.py
- Leave your script open.
If you want the script to end, just press CTRL + C
.
We are not responsible for any damages or loss upon use of this software. Use at your own risk.