OpenAi WebTutor -- Create your own Web UI for ChatGPT in less than 100 lines of code

Опубликовано: 22 Март 2026
на канале: Ray Bernard
302
3

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'