RuifMaxx / ChatGPT-API-WebUI

the minimum webpage implement of to Call ChatGPT API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-GBT-WebUI

the minimum webpage implement of to Call ChatGPT API.

Preview

Docker Hub

docker run --name app -p 80:80 -d ruifma/chatgptwebui:0.13 python app.py your-api-key

Docker

./run.sh
docker run --name app -p 80:80 -d app:v0 python app.py your-api-key

pip

pip install -r requirements.txt
python app.py your-api-key

About

the minimum webpage implement of to Call ChatGPT API


Languages

Language:Python 44.6%Language:CSS 32.6%Language:HTML 20.5%Language:Dockerfile 1.5%Language:Shell 0.9%