diff --git a/README.md b/README.md index 92936d7..62c9520 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ DEMO视频:https://cdn.link-ai.tech/doc/cow_demo.mp4
# 🏷 更新日志 +>**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接口 + +>**2024.12.13:** [1.7.4版本](https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.4) 新增 Gemini 2.0 模型、新增web channel、解决内存泄漏问题、解决 `#reloadp` 命令重载不生效问题 + >**2024.10.31:** [1.7.3版本](https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/1.7.3) 程序稳定性提升、数据库功能、Claude模型优化、linkai插件优化、离线通知 >**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 模型、快速安装和管理脚本 diff --git a/channel/wechat/wechat_channel.py b/channel/wechat/wechat_channel.py index 3f5286b..394a9f6 100644 --- a/channel/wechat/wechat_channel.py +++ b/channel/wechat/wechat_channel.py @@ -126,7 +126,9 @@ class WechatChannel(ChatChannel): 5. dingtalk: 钉钉 6. feishu: 飞书 7. web: 网页 + 8. wcf: wechat (需Windows环境,参考 https://github.com/zhayujie/chatgpt-on-wechat/pull/2562 ) 可修改 config.json 配置文件的 channel_type 字段进行切换""") + # itchat.instance.receivingRetryCount = 600 # 修改断线超时时间 # # login by scan QRCode # hotReload = conf().get("hot_reload", False) diff --git a/requirements-optional.txt b/requirements-optional.txt index 7a823b5..8a9a0f9 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -45,5 +45,5 @@ zhipuai>=2.0.1 # tongyi qwen new sdk dashscope -# wechatferry -wcferry==39.4.2.2 +# tencentcloud sdk +tencentcloud-sdk-python>=3.0.0 diff --git a/requirements.txt b/requirements.txt index 47c88f1..255172e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ Pillow pre-commit web.py linkai>=0.0.6.0 -tencentcloud-sdk-python>=3.0.0 +