Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ghw59 / chatgpt-on-wechat Public Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
git clone https://github.com/zhayujie/chatgpt-on-wechatcdchatgpt-on-wechat/ 2.安装所需核心依赖: pip3 install itchat-uos==1.5.0.dev0 pip3 install --upgrade openai 注:itchat-uos使用指定版本1.5.0.dev0,openai使用最新版本,需高于0.27.0。
git clone https://github.com/zhayujie/bot-on-anything 输入:cd bot-on-anything/ 以下是项目,目录情况。二、获取OpenAI API 1. ChatGPT 默认模型是 gpt-3.5-turbo,详情参考官方文档,同样支持gpt-4.0,只需修改model type参数即可。(1) 注册 OpenAI 账号并且获取 API Key 前往 OpenAI注册页面 创建账号...
GitHub项目地址:https://github.com/zhayujie/chatgpt-on-wechat 这是一个基于ChatGPT的微信聊天机器人,通过OpenAI接口生成对话内容,使用itchat实现微信消息的接收和自动回复。已实现的特性如下: 文本对话: 接收私聊及群组中的微信消息,使用ChatGPT生成回复内容,完成自动回复 规则定制化: 支持私聊中按指定规则触发自动...
itchat is a open souce wechat api project for personal account. It enables you to access your personal wechat account through command line. 以上意思就是:itchat是一个面向个人账户的开源微信api项目。您可以通过命令行访问您的个人微信帐户。 所以说我们今天就要用到这个库,首先我们要 : ...
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5 API和itchat实现 - seu070507/chatgpt-on-wechat
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5 API和itchat实现 - yujie820226/chatgpt-on-wechat
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5 API和itchat实现 - heart4u/chatgpt-on-wechat
一个chatgpt-on-wechat 的魔改版本,只适配wx,IPAD 协议。. Contribute to pandasjb/chatgpt-on-wechat-ipad development by creating an account on GitHub.
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...