In less than 3 minutes, this video shows you how to create your own Web UI for ChatGPT using less than 100 lines of code.
https://github.com/raymondbernard/ChatGPT-...
Commands :
git clone https://github.com/raymondbernard/ChatGPT-...
py -m venv .venv
.venv\Scripts\activate
cd ChatGPT-Simple
pip install -r requirements.txt
python server.py
.env
OPENAI_API_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'