GitHunt
SI

SidShetye/chatgpt-clone

Build Yo'own ChatGPT with OpenAI API & Gradio

chatgpt-clone

Build Yo'own ChatGPT with OpenAI API & Gradio

Instructions:

  1. Get your OpenAI API key here - https://beta.openai.com/account/api-keys
  2. Replace that key in the app.py code
  3. Install the required libraries pip install -r requirements.txt
  4. run python app.py

Dev notes

Update packages in virtual environment

cd D:\projects\ai\chatgpt-clone
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt

Complete Tutorial: https://youtu.be/n5nn3mQxrE8

Demo

chatgptcloneintro.mp4

Languages

Python62.3%PowerShell27.4%Dockerfile8.9%Shell1.4%

Contributors

MIT License
Created January 17, 2023
Updated January 18, 2023
SidShetye/chatgpt-clone | GitHunt