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
5353<br >
5454
5555# 🏷 更新日志
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+
5660> ** 2024.10.31:** [ 1.7.3版本] ( https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.3 ) 程序稳定性提升、数据库功能、Claude模型优化、linkai插件优化、离线通知
5761
5862> ** 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):
126126 5. dingtalk: 钉钉
127127 6. feishu: 飞书
128128 7. web: 网页
129+ 8. wcf: wechat (需Windows环境,参考 https://github.com/zhayujie/chatgpt-on-wechat/pull/2562 )
129130 可修改 config.json 配置文件的 channel_type 字段进行切换""" )
131+
130132 # itchat.instance.receivingRetryCount = 600 # 修改断线超时时间
131133 # # login by scan QRCode
132134 # hotReload = conf().get("hot_reload", False)
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ zhipuai>=2.0.1
4545# tongyi qwen new sdk
4646dashscope
4747
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 88pre-commit
99web.py
1010linkai >= 0.0.6.0
11- tencentcloud-sdk-python >= 3.0.0
11+
You can’t perform that action at this time.
0 commit comments