Build Yourown ChatGPT with OpenAI API & Gradio
- Get your OpenAI API key here - https://beta.openai.com/account/api-keys
- Replace that key in the
app.py
code - Must keep that api key to highly private and don't show them to anyone
- Install the required libraries
pip install -r requirements.txt
- run
python app.py