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

完结

相关推荐
全栈弄潮儿5 小时前
AI 编程进阶实战:我为什么要做这个专栏
chatgpt·openai·ai编程
嘿嘿-667 小时前
gpt-6-astra测试,测试你的模型有没有降智
人工智能·gpt·chatgpt·web
大模型码小白8 小时前
ChatGPT 的回答也能被结构化抓取?AI Bot Scraper 对比测评
服务器·开发语言·数据库·人工智能·spring·chatgpt
顿哥GPT10 小时前
ChatGPT Plus / Pro + Codex 深度实战指南(2026年9月5日):从模型能力对比到 Codex 自动化编程工作流全解析
人工智能·chatgpt·自动化
天衍四九-11 小时前
Agent Skills从入门到工程化(十六):面试中如何讲清楚 Agent Skills?
大数据·数据库·人工智能·python·chatgpt·面试
野区小女王21 小时前
Codex 接入 DeepSeek-V4-Flash保姆级教程
gpt·chatgpt
嘿嘿-661 天前
GPT-6 Astra 新手快速上手指南
人工智能·gpt·ai·chatgpt·ai编程
dunge20261 天前
ChatGPT Plus / Pro 与 Codex 深度实战指南:2026年9月5日版——从模型能力对比到代码生成工作流全解析
人工智能·chatgpt
dunge20261 天前
ChatGPT Plus / Pro 与 Codex 深度实战:2026年9月5日 从模型能力对比到代码生成工作流全解析
人工智能·chatgpt
woodwen1 天前
我把 Codex + OpenSpec + Matt Pocock Skills 的项目初始化流程做成了一键脚本
人工智能·chatgpt·ai编程