本 Fork 适配 FastChat 接口
- 安装
git clone https://github.com/vtuber-plan/Ningyu-Web
sudo docker build -t ningyu_web:latest .
- 启动
sudo docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="sk-xxxx" \
-e CODE="test" \
-e BASE_URL="your.api.url:8000"\
-e PROTOCOL="http"\
docker.io/library/ningyu_web:latest