Build Your own ChatGPT with OpenAI API and Streamlit
- Get your OpenAI API key here - https://beta.openai.com/account/api-keys
- Replace that key in the
config.py
code - Install the required libraries
pip install -r requirements.txt
- Run
streamlit run chatgpt.py
20221216-160037-509.mp4
Credits: This project is highly inspired by @amrrs's Gradio version. https://github.com/amrrs/chatgpt-clone