核心项目github地址是:chatgpt-on-wechat 个人微信的开发文档是:wechat 项目github down下来之后,主要就是配置config表,主要步骤如下: 项目下载和依赖安装 修改配置 启动应用 这里有几种大模型,如果是openai的API直接填api key,如果是使用他们自带的linkai,则需要在控制台注册 + 拿到: "use_linkai": true, "...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
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...
包括chatgpt-on-wechat/bridge/bridge.py 和 chatgpt-on-wechat/bot/bot_factory.py chatgpt-on-wechat/bot/bot_factory.py提供def create_bot(bot_type):根据bot_type类型创建对应机器人。 我们先在chatgpt-on-wechat/bridge/bridge.py中添加新增机器人类型,从这里也可以看出chatgpt-on-wechat是通过模型名...
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat 额,如果你没有装git客户端的话,可以直接下载zip文件: 三、复制配置文件 根目录下的config-template.json文件是配置文件的模板,复制该模板,修改复制的文件名为:config.json。 cp config-template.json config.json 注意一定要...
最近利用wordpress建站的时候,用到了wechat-social-login插件实现微信、QQ、钉钉、Github登陆功能时,开启图形验证码功能后,看到图形二维码一直加载不出来,F12看到状态码为200,但没有返回值,报错This request has no response data available ...
https://github.com/NemoHoHaloAi/wechat-plus 感谢 项目中用到的第三方网站、工具、项目很多,感谢各位大佬分享; 最后 大家可以到我的Github上看看有没有其他需要的东西,目前主要是自己做的机器学习项目、Python各种脚本工具、数据分析挖掘项目以及Follow的大佬、Fork的项目等: ...
chatgpt-on-wechat实现微信问答机器人 核心项目github地址是:chatgpt-on-wechat个人微信的开发文档是:wechat 项目github down下来之后,主要就是配置config表,主要步骤如下: 项目下载和依赖安装 修改配置 启动应用 这里有几种大模型,如果是openai的API直接填api key,如果是使用他们自带的linkai,则需要在控制台注册 +...
@homing/wechat @homing/wechat是一个用于微信小程序的状态管理库。 ✨特性 它利用homing库为小程序的页面和组件提供了响应式功能。 自动观察: 通过autoObserver将页面和组件自动变为响应式的观察者。 共享store: 多个页面或组件之间共享同一数据源。 data 响应式更新:data之间相互依赖自动更新。
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...