Myluzh Blog

Strive to become a dream architect.

关于ChatGPT_WEB开源项目测评

发布时间: 2023-9-20 文章作者: myluzh 分类名称: NOTE


0x01 chatgpt-web

https://github.com/Chanzhaoyu/chatgpt-web

docker pull chenzhaoyu94/chatgpt-web 
docker run --name chatgpt-web -d -p 3002:3002 --env OPENAI_API_KEY=sk-xxxx chenzhaoyu94/chatgpt-web

界面比较好看,更官方的差不多。只能使用3.5-turbo-0301模型,apikey后期更换麻烦,无法设置访问密码。

点击查看原图


0x02 ChatGPT Next(推荐)

https://github.com/Yidadaa/ChatGPT-Next-Web

docker pull yidadaa/chatgpt-next-web 
docker run -d -p 3002:3000 -e OPENAI_API_KEY=sk-xxxx -e CODE=qwer1234 yidadaa/chatgpt-next-web

可以自己设置面具角色、web端可以配置访问密码、apikey等。自主切换模型3.5/4。UI主界面优点小,输出代码时候看起来比较麻烦。

点击查看原图


0x03 ChatGPT-Midjourney

https://github.com/Licoy/ChatGPT-Midjourney

docker pull licoy/chatgpt-midjourney:v3.1.0
docker run -d -p 3002:3000 -e OPENAI_API_KEY="sk-xxxx" -e BASE_URL="https://api.openai.com" -e MJ_SERVER_ID="" -e MJ_CHANNEL_ID="" -e MJ_USER_TOKEN="" licoy/chatgpt-midjourney:v3.1.0

一键免费部署你的私人 ChatGPT+Midjourney 网页应用(基于ChatGPT-Next-Web开发)

标签: chatgpt

发表评论