Chatterbox is a basic chatbot based on OpenAI's GPT-3 Models. It is based on tkinter and offers a simple way to learn the basics of the OpenAI API
- Visit OpenAI's Website and create an account
- Once done creating your account, visit the API keys page and click on
+ Create new secret key
- Copy the key generated and paste it into a .env file as
API_TOKEN="your-API-key"
- Save the file.
- Create a virtual environment and activate it.
- run
python -m pip install -r requirements.txt
in your main folder - Create a .env file and store your API key in it in the format
API_TOKEN="Your-Token-Here"
- Run gpt3_chatbot.py