git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ (2) 安装核心依赖 (必选): pip3 install -r requirements.txt (3) 拓展依赖 (可选): 语音识别及语音回复功能需安装ffmpeg,参考#415 配置 配置文件的模板在根目录的config-template.json中,需复制该模板创建最终生效的 co...
git clone https://github.com/zhayujie/chatgpt-on-wechatcdchatgpt-on-wechat/ (2) 安装核心依赖 (必选): 其中tiktoken要求python版本在3.8以上,它用于精确计算会话使用的tokens数量,可以不装但建议安装。 (3) 拓展依赖 (可选): 使用google或baidu语音识别需安装ffmpeg, ...
Wechaty.instance() // Global Instance .on('scan', (qrcode, status) => console.log(`Scan QR Code to login: ${status}\nhttps://api.qrserver.com/v1/create-qr-code/?data=${encodeURIComponent(qrcode)}`)) .on('login', user => console.log(`User ${user} logined`)) .on('messa...
If you run into any issues, we do have a pretty activeChatGPT Hackers Discordwith over 8k developers from the Node.js & Python communities. Lastly, please consider starring this repo andfollowing me on twitterto help support the project. ...
1.1 微信年度报告:WeChatMsg 主语言:Python New想不想整个自己的私密年度聊天报告?WeChatMsg 能提取微信聊天记录,将其导出成 HTML、Word、CSV 文档永久保存,可对聊天记录进行分析、生成年度聊天报告。 GitHub 地址→https://github.com/LC044/WeChatMsg
Update wechat.jpg 1年前 data restore from git lfs 1年前 examples update readme #313 1年前 src release v0.1.5 (final release) 1年前 tests restore from git lfs 1年前 .gitattributes restore from git lfs 1年前 LICENSE Initial commit ...
Github地址:https://github.com/zhayujie/chatgpt-on-wechat 更新日志 2022.12.19:引入itchat-uos替换 itchat,解决由于不能登录网页微信而无法使用的问题,且解决Python3.9的兼容问题 2022.12.18:支持根据描述生成图片并发送,openai版本需大于0.25.0 2022.12.17:原来的方案是从ChatGPT页面获取session_token,使用revChat...
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ (2) 安装核心依赖 (必选): 能够使用itchat创建机器人,并具有文字交流功能所需的最小依赖集合。 pip3 install -r requirements.txt (3) 拓展依赖 (可选,建议安装): pip3 install -r requirements-optional.txt 如果某项...
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ (2) 安装核心依赖 (必选): 能够使用itchat创建机器人,并具有文字交流功能所需的最小依赖集合。 pip3 install -r requirements.txt (3) 拓展依赖 (可选,建议安装): pip3 install -r requirements-optional.txt 如果某项...
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5/4.0 API实现,支持个人微信、公众号、企业微信部署,能处理文本、语音和图片,访问操作系统和互联网。 - meway24/chatgpt-on-wechat