/chatgpt-clone

Build Your own ChatGPT with OpenAI API and Streamlit

Primary LanguageJupyter NotebookMIT LicenseMIT

ChatGPT-clone

Build Your own ChatGPT with revChatGPT and Streamlit

config = {
    "Authorization": "<leave this as whatever - it will get replaced>",
    "access_token": "YOUR_TOKEN_HERE",
}
  • Install the required libraries pip install -r requirements.txt
  • Run python -m streamlit run chatgpt.py

Quick Demo:

20221216-160037-509.mp4

Disclaimer

This project is not affiliated with OpenAI in any way. Use at your own risk. I am not responsible for any damage caused by this project. Please read the OpenAI Terms of Service before using this project.