chatgpt搭建

chatgpt两步搭建大法

部署docker环境

  • 下载docker
bash 复制代码
curl -fsSL https://get.docker.com -o get-docker.sh
  • 安装docker
bash 复制代码
sh get-docker.sh
  • 运行docker服务
bash 复制代码
systemctl start docker
  • 查看运行状态
bash 复制代码
systemctl status docker
  • 设置docker开机自启
bash 复制代码
systemctl enable docker

部署chatgpt

bash 复制代码
docker run --name chatgpt-next-web -d -p 8080:3000 --restart=always \
-e OPENAI_API_KEY=换成你的中转key \
-e CODE=123456 \
-e HIDE_USER_API_KEY=1 \
-e BASE_URL=https://api.openai-hk.com   yidadaa/chatgpt-next-web

完结

相关推荐
AI大模型-小雄6 小时前
Codex 长任务总要重新开始?买 Credits 还是升级 ChatGPT Pro
人工智能·chatgpt·程序员·ai编程·codex·ai办公·chatgpt pro
AH_HH1 天前
Codex 几个入口,我全用了一遍,给你打个分
chatgpt·codex
AI大模型-小雄2 天前
Codex 测试总跑不完怎么办?补 Credits 还是升级 Pro
人工智能·chatgpt·提示词·codex·ai办公·chatgpt pro·credits
Harry技术2 天前
我跑通第一个 Codex 任务的全过程,以及踩的那些坑
chatgpt
Harry技术2 天前
Codex 几个入口,我全用了一遍,给你打个分
chatgpt
卡卡罗特AI2 天前
AI编程入门教程01-VibeCoding前的正确姿势是,先问AI去Github上找项目
chatgpt·ai编程
麦哲思科技任甲林2 天前
Codex+ChatGPT 胜过TRAE+DeepSeek组合的感受
chatgpt·deepseek·trae·工程化ai
ksueh2 天前
怎么用AI写小说?2026实测:从列大纲到生成第一章的完整工作流
人工智能·chatgpt·ai写作·ai助手
JavaPub-rodert2 天前
Codex App、CLI、IDE、Web 有什么区别?一次讲清楚
前端·人工智能·gpt·chatgpt·codex