posts - 360,comments - 0,views - 19万
复制代码
基于开源项目https://github.com/zhayujie/chatgpt-on-wechat部署微信AI机器人
准备
1、访问gpt3的API key
2、可以访问openai.com API的网络
3、git clone https://github.com/muyiai/chatgpt-on-wechat.git
4、安装docker软件
5、下载镜像 zhayujie/chatgpt-on-wechat:latest
6、创建配置文件并加入自己APIKEY
cp config-template.json config.json
7、启动程序
docker run -dit --rm -v /root/wx-chatgpt/chatgpt-on-wechat/:/app --entrypoint /bin/bash zhayujie/chatgpt-on-wechat:latest
python app.py 启动
复制代码

 

posted on   属于我的梦,明明还在  阅读(123)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 2025年我用 Compose 写了一个 Todo App
· 张高兴的大模型开发实战:(一)使用 Selenium 进行网页爬虫
历史上的今天:
2023-02-23 替换yum源
2023-02-23 BClinux yum无法使用问题
2023-02-23 sshd 报错内容:libssl.so.10: cannot open shared object file: No such file or directory
2023-02-23 KVM 无网络情况下宿主机向虚拟机传输文件
2023-02-23 sshd 无法连接问题
2022-02-23 部署python 环境
2022-02-23 python 语法应用
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示