git clone https://github.com/zhayujie/chatgpt-on-wechat.git docker部署 docker run -tdi --name gpt -v /data/chatgpt-on-wechat:/data/chatgpt-on-wechat python:3.8.1 bash 修改配置 docker exec -ti gpt bash cd /data/chatgpt-on-wechat/ cp config-template.json config.json config.json配...
如果您没有使用git,也可以直接在GitHub上下载最新版本的压缩包并解压覆盖原有代码。 如果您是使用docker部署,可以执行以下命令来更新镜像: docker pull zhayujie/chatgpt-on-wechat 更新完成后,您就可以使用chatgpt-on-wechat 1.5.0版本的新功能了。 __EOF__...
git clone https://github.com/zhayujie/chatgpt-on-wechat.git docker部署 docker run -tdi --name gpt -v /data/chatgpt-on-wechat:/data/chatgpt-on-wechat python:3.8.1 bash 修改配置 docker exec -ti gpt bash cd /data/chatgpt-on-wechat/ cp config-template.json config.json config.json配...
dockerlogs-fwechat-chatgpt 从GitHub下载文件包后进行安装: npminstall&&poetryinstall 然后复制配置文件设置项目。 cpconfig.yaml.exampleconfig.yaml 配置OpenAI账密: chatGPTAccountPool: -email:password:#ifyouhopeonlysomekeywordscantriggerchatgptonprivatechat,youcansetitlikethis: chatPrivateTiggerKeyword:"" 然...
使用的chatgpt-on-wechat版本是? Latest Release 运行的channel类型是? wechatmp_service(公众号, 服务号) 复现步骤 🕹 version: '2.0' services: chatgpt-on-wechat: image: zhayujie/chatgpt-on-wechat container_name: chatgpt-on-wechat security_opt: - seccomp:unconfined environment: OPEN_AI_API_...
部署 项目地址:https://github.com/zhayujie/chatgpt-on-wechat 项目很复杂,功能很多,但是我不需要那么多功能,我就直接找到部署文档快速开始: https://docs.link-ai.tech/cow/quick-start 直接使用docker-compose 部署,下载项目官方docker-compose.yml文件进行编辑 ...
wanxiangze fix:在docker-compose.yml文件中增加时区设置 56789e6· Jul 5, 2024 HistoryHistory File metadata and controls Code Blame 25 lines (25 loc) · 934 Bytes Raw version: '2.0' services: chatgpt-on-wechat: image: zhayujie/chatgpt-on-wechat container_name: chatgpt-on-wechat security...
使用docker compose up -d命令启动容器。 5. Railway部署 通过Railway平台进行一键部署,设置必要的环境变量。 功能演示 项目提供了DEMO视频,展示机器人的实际运行效果。可以去项目的github官网查看https://github.com/zhayujie/chatgpt-on-wechat ChatGPT on WeChat 是一个功能强大、高度可定制的智能对话机器人项目。
二、教程:如何部署 1. 镜像文件 在Github 上已经有了非常多的大神提供了如何把 ChatGPT 接入微信聊天的方式,主要是TypeScript、Go 语言开发的。基本这些也都能部署使用。这里小傅哥还看到Docker中有镜像:cynen/wechat部署起来也非常方便,接下来小傅哥就使用这种方式进行部署。其他 Github中的方式,有感兴趣的读者也可...
// builddocker build--pull--rm-f"Dockerfile"-t wechatbot:latest"."// run, and then you will see some logsdocker run--name wechatbot wechatbot:latest 从OpenAI处获取session-token。 方法为登录ChatGPT网页,点击“开发者工具”,进入Application栏,在Cookie下拉菜单找到chat.openai.com,就能看到Secure...