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配...
使用docker部署 运行完成后没有服务启动 终端日志 📒 [root@faamc chatgpt-on-wechat]# docker logs 87662c54a4a7 [INFO][2024-05-10 08:52:30][config.py:245] - [INIT] override config by environ args: wechatmp_app_secret=xxxxxxxx [INFO][2024-05-10 08:52:30][config.py:245] - [INIT...
使用docker compose up -d命令启动容器。 5. Railway部署 通过Railway平台进行一键部署,设置必要的环境变量。 功能演示 项目提供了DEMO视频,展示机器人的实际运行效果。可以去项目的github官网查看https://github.com/zhayujie/chatgpt-on-wechat ChatGPT on WeChat 是一个功能强大、高度可定制的智能对话机器人项目。
运行sudo docker ps能查看到NAMES为chatgpt-on-wechat的容器即表示运行成功。 sudo docker ps 最后运行以下命令可查看容器运行日志,扫描日志中的二维码即可完成登录: sudo docker logs -f chatgpt-on-wechat image-qdhv.png (3) 停止容器 执行以下命令可以关闭服务: ...
参考文档 Docker部署 (Contributed by limccn)。 4. Railway部署 (✅推荐) Railway每月提供5刀和最多500小时的免费额度。 进入Railway。 点击Deploy Now 按钮。 设置环境变量来重载程序运行的参数,例如open_ai_api_key, character_desc。 常见问题 FAQs: https://github.com/zhayujie/chatgpt-on-wechat/wiki/...
$ docker exec -it chatgpt-on-wechat bash $ cd /opt/xieyan/git/chatgpt-on-wechat $ source env.sh $ python app.py 1. 2. 3. 4. 5. 6.1 使用注意事项 部署的版本默认支持绘画,就是有点小贵。 7 代码分析 7.1 主要代码 当前版本全部代码:11400 行,核心代码目录如下: ...
docker部署:参考项目docker部署的插件使用,在挂载的config.json配置文件内增加apilot插件的配置参数,如下图,每次重启项目,需要使用#installp指令重新安装 Token申请 alapi_token申请点击这里alapi 使用 对话框发送“早报”、“摸鱼”、"微博热搜(已更新为"微博热榜)"、”任意星座名称”可以直接返回对应的内容!
非docker 部署的,需要手动安装 pg vector 插件 查看fastgpt 日志,有没有相关报错 Illegal instruction 可能原因: arm架构。需要使用 Mongo 官方镜像: mongo:5.0.18 cpu 不支持 AVX,无法用 mongo5,需要换成 mongo4.x。把 mongo 的 image 换成: mongo:4.4.29 ...