SI
SidShetye/chatgpt-clone
Build Yo'own ChatGPT with OpenAI API & Gradio
chatgpt-clone
Build Yo'own ChatGPT with OpenAI API & Gradio
Instructions:
- Get your OpenAI API key here - https://beta.openai.com/account/api-keys
- Replace that key in the
app.pycode - Install the required libraries
pip install -r requirements.txt - 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