GPT3-Chatbot
GPT3-Chatbot copied to clipboard
A python code to interact with the GPT3 API to train the chatbot and use it.
Openai GPT - 3 chatbot
This is a GPT 3 python project that allows you to train the chatbot and chat with it.
Requirements
Openai key ( visit: openai beta access to get your api key)
pip install openai
You can use this code as the skeleton for your project.
Warning:
Use the tokens wisely, it is prefered to use davinci engine
Download the code:
git clone https://github.com/reach-the-sky/GPT3-Chatbot.git
Change the variable ai.api_key to your api key.
Example(Output):

If you liked my project and appreciate the content I opensource, consider following me on github 🌥.