This is a GPT3 python project that allows you to train the chatbot and chat with it.
- Get Openai key from the official site (https://beta.openai.com)
- Create a virtual environment
python -m venv venv - Switch to the virtual environment
venv\Scripts\activate - Install the openai package
pip install openai
Warning:
Use the tokens wisely, it is prefered to use davinci engine
-
git clone https://github.com/codemaker2015/GPT3-Chatbot.git -
Change the variable
ai.api_keyto your api key.
