群晖NAS部署docker应用之ChatGPT 应用
准备工作
1、准备好你的 OpenAI API Key;
- https://platform.openai.com/account/api-keys 需科学上网获取~
- 推荐使用 GPT_API_free ,自行在github上面搜索 https://github.com/search?q=GPT_API_free
2、点击右侧按钮开始部署: Deploy with Vercel,直接使用 Github 账号登录即可,记得在环境变量页填入 API Key 和页面访问密码 CODE;
3、部署完毕后,即可开始使用;
容器部署
- 提醒:BASE_URL不同于PROXY_URL
- 官方的docker命令执行后,浏览器清空缓存,需要重新设置key、url
docker pull yidadaa/chatgpt-next-web
docker run -d \
--restart always \
--name chatgpt-next-web \
-p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxxL \
-e BASE_URL=https://api.chatanywhere.tech \
-e CODE=页面访问密码 \
yidadaa/chatgpt-next-web
后续工作
- 设置中设置
OPENAI_API_KEY
- 设置中接口地址改为国内中转host
资料参考
- https://github.com/Yidadaa/ChatGPT-Next-Web/blob/main/README_CN.md
- https://github.com/chatanywhere/GPT_API_free
THE END
1
二维码
打赏
海报
群晖NAS部署docker应用之ChatGPT 应用
准备工作
1、准备好你的 OpenAI API Key;
https://platform.openai.com/account/api-keys 需科学上网获取~
推荐使用 GPT_API_free ,自行在github上面搜索 ht……
共有 0 条评论