taoshaoyu/github-chatgpt-on-wechat 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 全部 看板 里程碑 ...
1.1 微信年度报告:WeChatMsg 主语言:Python New想不想整个自己的私密年度聊天报告?WeChatMsg 能提取微信聊天记录,将其导出成 HTML、Word、CSV 文档永久保存,可对聊天记录进行分析、生成年度聊天报告。 GitHub 地址→https://github.com/LC044/WeChatMsg 1.2 让小姐姐动起来:AnimateAnyone New图生视频的项目又来了。
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`)) ...
zhayujie / chatgpt-on-wechat Star 35.9k Code Issues Pull requests Discussions 基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ DeepSeek/Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,...
git clone https://github.com/zhayujie/chatgpt-on-wechatcdchatgpt-on-wechat/ (2) 安装核心依赖 (必选): 能够使用itchat创建机器人,并具有文字交流功能所需的最小依赖集合。 pip3 install -r requirements.txt (3) 拓展依赖 (可选,建议安装): ...
git clone https://github.com/zhayujie/chatgpt-on-wechatcdchatgpt-on-wechat/ (2) 安装核心依赖 (必选): 能够使用itchat创建机器人,并具有文字交流功能所需的最小依赖集合。 pip3 install -r requirements.txt (3) 拓展依赖 (可选,建议安装): ...
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...
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...
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和itchat实现,能处理文本、语音和图片,访问操作系统和互联网。 - song-df/chatgpt-on-wechat