Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 394 Bytes

Ningyu Web

本 Fork 适配 FastChat 接口

  1. 安装
git clone https://github.com/vtuber-plan/Ningyu-Web
sudo docker build -t ningyu_web:latest .
  1. 启动
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