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

完结

相关推荐
权泽谦16 小时前
新世代的 C++:当 ChatGPT 遇上模板元编程
开发语言·c++·chatgpt
陈天伟教授17 小时前
人工智能技术- 语音语言- 03 ChatGPT 对话、写诗、写小说
人工智能·chatgpt
智算菩萨1 天前
GPT-5.1:在 GPT-5 能力基线之上的体验升级、自适应推理与安全新范式
人工智能·机器学习·chatgpt
it运维技术圈2 天前
阿里启动“千问突击队“全球对标ChatGPT
chatgpt
Geo_V3 天前
LangChain Memory 使用示例
人工智能·python·chatgpt·langchain·openai·大模型应用·llm 开发
yaocheng的ai分身3 天前
ChatGPT中的群聊功能试点项目
chatgpt
小新学习屋3 天前
大模型-提示工程
chatgpt·大模型·提示工程
知行力4 天前
AI一周资讯 251108-251114
人工智能·chatgpt
User_芊芊君子4 天前
从“能说会道”到“自主思考”:一文读懂AI的过去、现在与未来
人工智能·chatgpt