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 小时前
我同时用了三个月ChatGPT/Claude/Gemini/Grok最真实的感受
chatgpt·claude·grok·gemini·gemini 3.1pro·gork4.2·claude4.6
LaughingZhu7 小时前
Product Hunt 每日热榜 | 2026-03-13
数据库·人工智能·经验分享·神经网络·chatgpt
智算菩萨17 小时前
GPT-5.4原生操控电脑揭秘:从Playwright脚本到屏幕截图识别,手把手搭建你的第一个自动化智能体
人工智能·gpt·ai·chatgpt·自动化
老鱼说AI1 天前
大模型面试第二期:层归一化篇
人工智能·深度学习·神经网络·机器学习·语言模型·自然语言处理·chatgpt
AI技术分享1 天前
连着搞了三天OpenClaw,我顿悟了,这玩意自带逆袭光环!
人工智能·ai·chatgpt·ai编程
Lei活在当下2 天前
10分钟搭建 Windows + WSL + Codex环境
chatgpt·openai·ai编程
七牛云行业应用2 天前
GPT-5.4能力前瞻:解析原生电脑操控(Computer Use)原理与Agent架构构建
人工智能·chatgpt·大语言模型·ai agent·mcp协议
AI周红伟2 天前
周红伟:GPT-5.4发布,AI聊天时代结束,AI企业应用市场正式打开
人工智能·chatgpt
zhangshuang-peta2 天前
加密MCP保险库:人工智能系统中安全凭证管理的关键
人工智能·安全·chatgpt·ai agent·mcp·peta
Volunteer Technology2 天前
一键部署OpenClaw(阿里云和京东云)
人工智能·chatgpt·transformer