Skip to content

Commit 7167310

Browse files
authored
Merge pull request #2571 from 6vision/master
update readme and adjust some dependency packages.
2 parents c8d166e + 263667a commit 7167310

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 模型、快速安装和管理脚本

channel/wechat/wechat_channel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

requirements-optional.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ zhipuai>=2.0.1
4545
# tongyi qwen new sdk
4646
dashscope
4747

48-
# wechatferry
49-
wcferry==39.4.2.2
48+
# tencentcloud sdk
49+
tencentcloud-sdk-python>=3.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Pillow
88
pre-commit
99
web.py
1010
linkai>=0.0.6.0
11-
tencentcloud-sdk-python>=3.0.0
11+

0 commit comments

Comments
 (0)