项目地址: ChatGPT-Next-Web
- 下拉镜像
docker pull yidadaa/chatgpt-next-web:latest
- OpenAI后台 获取api_key
- 运行镜像
docker run -d \
--name xiaotu-chatgpt-next-web \
-p 127.0.0.1:2002:3000 \
-e OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" \
-e CODE="xxxxxx" \
-e BASE_URL="api.openai.com" \
-e PROTOCOL="https" \
yidadaa/chatgpt-next-web:latest