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

完结

相关推荐
知识领航员3 小时前
30个AI音乐提示词|直接复制可用,覆盖6大风格
人工智能·adobe·chatgpt·prompt·aigc·音视频
0X784 小时前
Windows 上 Codex Desktop 的 Chrome 和 Computer Use 插件不可用:一次完整排查与修复
人工智能·chatgpt·ai编程
梓䈑6 小时前
C++ AI模型统一接入引擎(第一篇):项目介绍与环境搭建
c++·人工智能·chatgpt
码农小旋风20 小时前
国内使用 Claude 的 5 种路径:网页、订阅、API 和企业方案怎么选
人工智能·chatgpt
DS随心转小程序1 天前
ChatGPT和Gemini输出乱码怎么解决?借助AI导出鸭高效处理
人工智能·ai·chatgpt·豆包·deepseek·ai导出鸭
AI 编程助手GPT1 天前
ChatGPT 新手入门与实战操作指南
开发语言·人工智能·git·python·chatgpt
码农小旋风1 天前
Vibe Coding 工具对比:Cursor、Windsurf、Claude Code 哪款更适合你
gpt·chatgpt·claude
隔窗听雨眠1 天前
ChatGPT API接入与调优:从能用到用得好的工程实践
chatgpt
浩风祭月1 天前
如何用 AI 工具 10 倍速学习新技术栈:从零到生产级项目实战
人工智能·学习·chatgpt
oscar9991 天前
Codex - OpenAI打造的编程智能体
chatgpt·openai·codex