ChatGPT with OpenAI API & Gradio.
This API uses text-davinci-003
model from OpenAI.
- Get your OpenAI API key here - https://beta.openai.com/account/api-keys
- Replace that key in the
chatgpt_clone.py
code - Install the required libraries
pip install -r requirements.txt
- run
python chatgpt_clone.py