In group chat, only "@ the bot" will trigger auto-reply 1.1.3 Setup the Docker Setup Docker Image docker build -t chatgpt-on-wechat . Setup Docker Container docker run -v $(pwd)/config.yaml:/app/config.yaml c
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5/4.0 API实现,支持个人微信、公众号、企业微信部署,能处理文本、语音和图片,访问操作系统和互联网。 - yockliu/chatgpt-on-wechat
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...
git clone https://github.com/zhayujie/chatgpt-on-wechatcdchatgpt-on-wechat/ (2) 安装核心依赖 (必选): 其中tiktoken要求python版本在3.8以上,它用于精确计算会话使用的tokens数量,可以不装但建议安装。 (3) 拓展依赖 (可选): 使用google或baidu语音识别需安装ffmpeg, ...
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5/4.0 API实现,支持个人微信、公众号、企业微信部署,能处理文本、语音和图片,访问操作系统和互联网。 - meway24/chatgpt-on-wechat
chatgpt-on-wechat的PC win版个人微信机器人,可发小程序,视频号,卡片消息,xml内容。解决易掉线的痛点,其他功能同cow一样,可自行编写插件。 - Tishon1532/chatgpt-on-wechat-win
chatgptTriggerKeyword can be empty string, which means: In private chat, every messages will trigger auto-reply In group chat, only "@ the bot" will trigger auto-reply 1.1.3 Setup the Docker Setup Docker Image docker build -t openai-on-wechat . Setup Docker Container docker run -v...
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ 2.安装所需核心依赖: pip3 install itchat-uos==1.5.0.dev0 pip3 install --upgrade openai 注:itchat-uos使用指定版本1.5.0.dev0,openai使用最新版本,需高于0.25.0。 配置 配置文件的模板在根目录的config-template.js...
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ (2) 安装核心依赖 (必选): pip3 install -r requirements.txt 其中tiktoken要求python版本在3.8以上,它用于精确计算会话使用的tokens数量,可以不装但建议安装。 (3) 拓展依赖 (可选): 使用google或baidu语音识别需安装ffmpeg...
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5/4.0 API实现,支持个人微信、公众号、企业微信部署,能处理文本、语音和图片,访问操作系统和互联网。 - guarx/chatgpt-on-wechat