Chatgpt-next-web使用aurora项目- 实现免费GPT3.5 API
跟着本文,让你Chatgpt-next-web免费使用GPT3.5 API,实测速度挺快
Aurora项目https://github.com/aurora-develop/aurora
#下面范例使用台湾vps(能解锁chatgpt访问)执行下面代码
docker run -d --name aurora -p 4100:8080 ghcr.io/aurora-develop/aurora:latest
#然后反代它:4100
#ChatGPT-Next-Web输入反代域名
**开箱即用Chatgpt-next-web-docker compose
=================================================
render部署会休眠,所以这一部分放在下面尝鲜
拖到Aurora项目中间https://github.com/aurora-develop/aurora
一路下一步注册render部署-选择personal use不用绑卡- 项目随便起个名
等5分钟部署好,复制Render送你的域名,粘贴进去Chatgpt-next-web对应位置,API KEY随便填些数字,搞定!
感谢:
https://linux.do/t/topic/47041 (其实这里有2个公益api反代一下可拿来用)
https://loc.xiu.ee/thread-1291499-1-1.html
搭建chatgpt-next-web可阅读这里 https://www.xiaoran.de/posts/chatgpt-next-web
Aurora项目https://github.com/aurora-develop/aurora
#下面范例使用台湾vps(能解锁chatgpt访问)执行下面代码
docker run -d --name aurora -p 4100:8080 ghcr.io/aurora-develop/aurora:latest
#然后反代它:4100
#ChatGPT-Next-Web输入反代域名
**开箱即用Chatgpt-next-web-docker compose
- version: '3.3'services: chatgpt-next-web: ports: - '3000:3000' environment: - OPENAI_API_KEY=123E5F - BASE_URL=http://反代域名 image: yidadaa/chatgpt-next-web container_name: chatgpt-next-web restart: always
=================================================
render部署会休眠,所以这一部分放在下面尝鲜
拖到Aurora项目中间https://github.com/aurora-develop/aurora
一路下一步注册render部署-选择personal use不用绑卡- 项目随便起个名
等5分钟部署好,复制Render送你的域名,粘贴进去Chatgpt-next-web对应位置,API KEY随便填些数字,搞定!
感谢:
https://linux.do/t/topic/47041 (其实这里有2个公益api反代一下可拿来用)
https://loc.xiu.ee/thread-1291499-1-1.html
搭建chatgpt-next-web可阅读这里 https://www.xiaoran.de/posts/chatgpt-next-web