File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ DEMO视频:https://cdn.link-ai.tech/doc/cow_demo.mp4
53
53
<br >
54
54
55
55
# 🏷 更新日志
56
+ > ** 2025.04.11:** [ 1.7.5版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.5 ) 新增支持 [ wechatferry] ( https://github.com/zhayujie/chatgpt-on-wechat/pull/2562 ) 协议、新增 deepseek 模型、新增支持腾讯云语音能力、新增支持 ModelScope 和 Gitee-AI API接口
57
+
58
+ > ** 2024.12.13:** [ 1.7.4版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.4 ) 新增 Gemini 2.0 模型、新增web channel、解决内存泄漏问题、解决 ` #reloadp ` 命令重载不生效问题
59
+
56
60
> ** 2024.10.31:** [ 1.7.3版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.3 ) 程序稳定性提升、数据库功能、Claude模型优化、linkai插件优化、离线通知
57
61
58
62
> ** 2024.09.26:** [ 1.7.2版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.2 ) 和 [ 1.7.1版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.1 ) 文心,讯飞等模型优化、o1 模型、快速安装和管理脚本
Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ def startup(self):
126
126
5. dingtalk: 钉钉
127
127
6. feishu: 飞书
128
128
7. web: 网页
129
+ 8. wcf: wechat (需Windows环境,参考 https://github.com/zhayujie/chatgpt-on-wechat/pull/2562 )
129
130
可修改 config.json 配置文件的 channel_type 字段进行切换""" )
131
+
130
132
# itchat.instance.receivingRetryCount = 600 # 修改断线超时时间
131
133
# # login by scan QRCode
132
134
# hotReload = conf().get("hot_reload", False)
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ zhipuai>=2.0.1
45
45
# tongyi qwen new sdk
46
46
dashscope
47
47
48
- # wechatferry
49
- wcferry==39.4.2.2
48
+ # tencentcloud sdk
49
+ tencentcloud-sdk-python>=3.0.0
Original file line number Diff line number Diff line change 8
8
pre-commit
9
9
web.py
10
10
linkai >= 0.0.6.0
11
- tencentcloud-sdk-python >= 3.0.0
11
+
You can’t perform that action at this time.
0 commit comments