Chatgpt-on-wechat

Latest version: v1.1.4

Safety actively analyzes 724881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

1.3.1

修复了:
* 对cloudflare Bad Gateway异常,增加自动重试。 by lichengzhe in https://github.com/zhayujie/chatgpt-on-wechat/pull/1096
* 未安装pysilk-mod包会导致所有channel的语音功能无法使用,现在只会影响用到它的wechaty
* 百度语音的配置类型均需转成str,避免sdk报错 by chenzefeng09 in https://github.com/zhayujie/chatgpt-on-wechat/pull/1238
* 百度翻译参数转str 1127
* railway nixpacks部署模板适配 https://github.com/zhayujie/chatgpt-on-wechat/commit/12dc7427e9628ce0c5edf6c6cd02853bd3dcffd0
* 修改公众号部署文档:经过6vision 测试,部分IP也可填写在URL中

更新了:
* 更新了新闻类工具整合后的工具名称说明 by 6vision in https://github.com/zhayujie/chatgpt-on-wechat/pull/1079
* 在godcmd插件中添加set_gpt_model等命令,使用户可以选择模型 by taoguoliang in https://github.com/zhayujie/chatgpt-on-wechat/pull/1089
* plugin(tool): 更新0.4.4 by goldfishh in https://github.com/zhayujie/chatgpt-on-wechat/pull/1102
* 群聊时在艾特用户名后会先换行再输出回答内容 by Zhaoyi-Yan in https://github.com/zhayujie/chatgpt-on-wechat/pull/1221

知识库:
* feature: 接入LinkAI知识库,支持在线创建个人知识库并快速接入 by zhayujie in https://github.com/zhayujie/chatgpt-on-wechat/pull/1167
* fix: 支持app_code配置为空,兼容插件运行 by zhayujie in https://github.com/zhayujie/chatgpt-on-wechat/pull/1235
参考:[使用文档](https://link-ai.tech/platform/create-app)

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.3.0.3...1.3.1

1.3.0.3

修复了:
* dockerfile入口错误 by wqh0109663 in https://github.com/zhayujie/chatgpt-on-wechat/pull/1032 https://github.com/zhayujie/chatgpt-on-wechat/pull/1045
* 公众号补充缺失依赖textwrap by theLastWinner in https://github.com/zhayujie/chatgpt-on-wechat/pull/1046
* itchat lib兼容 python 3.7 issue 1042
* dockerfile中安装插件时提示无权限的错误 issue 1056

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.3.0.1...1.3.0.3

1.3.0.1

> 祝大家五一快乐,假期愉快!

更新了:

* 支持企业微信应用号部署方式,支持插件,支持语音图片交互,支持`Railway`部署,[使用文档](https://github.com/zhayujie/chatgpt-on-wechat/tree/master/channel/wechatcom) by lanvent in https://github.com/zhayujie/chatgpt-on-wechat/pull/944
* 应用号中发送文字或语音消息过长(>60s)时,会进行分段处理,发送图片过大时会进行压缩处理
* plugin(tool): 更新0.4.2 by goldfishh in https://github.com/zhayujie/chatgpt-on-wechat/pull/957
* Azure语音合成增加输入语言检测,现在能够根据语言来自动调用对应的声音,[设置参考](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/voice/azure/config.json.template)
* 增加翻译API,默认为百度翻译,需要填写`baidu_translate_app_id`和`baidu_translate_app_key`,目前程序未使用翻译API,欢迎插件使用
* 默认镜像设置为`debian`,它默认安装了Azure语音依赖,在环境变量中可填写Azure语音需要的配置
* 增加`subscribe_msg` 配置项,公众号或应用号被订阅时会回复该消息,设置为空则不回复
* Azure支持Dalle画图

以上出现的配置项都可以在[config.py](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/config.py)中找到对应的解释

修复了:

* 修复同时收到语音消息时的文件名冲突问题 by JS00000 in https://github.com/zhayujie/chatgpt-on-wechat/pull/933
* 修复`itchat`库中hotreload失败时仍然弹出确认窗口的问题,并增加一些输出日志
* 修复set_openai_api_key命令在一些部署方式失效的问题
* 修改公众号部署文档:经过6vision 测试,部分IP也可填写在URL中

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.2.5...1.3.0.1

1.2.5

* itchat 支持拍一拍和进群事件
* 新增关键字匹配插件 by theLastWinner in https://github.com/zhayujie/chatgpt-on-wechat/pull/882
* plugin(tool) ver0.4.1 by goldfishh in https://github.com/zhayujie/chatgpt-on-wechat/pull/891
* 公众号代码重构,减少并发错误,支持语音图片回复,修复Ubuntu上Pytts语音Bug by JS00000 in https://github.com/zhayujie/chatgpt-on-wechat/pull/904 https://github.com/zhayujie/chatgpt-on-wechat/pull/920
* 公众号功能优化:支持图片输入、消息加密模式、用户体验优化 by lanvent in https://github.com/zhayujie/chatgpt-on-wechat/pull/912
> 公众号的[部署教程](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/channel/wechatmp/README.md)也有更新,需要安装wechatpy框架,收发媒体文件需要加入机器IP到可信IP,可设置消息加密模式
* fix: 修复微信名带括号时群聊无法艾特的bug

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.2.3.2...1.2.5

1.2.3.2

* 优化配置,使pkl文件的位置可以指定子目录,方便docker部署时持久化状态;并使生成图片的大小可配置 by ahzmr in https://github.com/zhayujie/chatgpt-on-wechat/pull/860
* fix: chatgpt-tool-hub 0.3.10 需要str类型的`request_timeout`
* fix: banwords 缺少 lib

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.2.3...1.2.3.2

1.2.3

* 微信公众号语音输入支持 by JS00000 in https://github.com/zhayujie/chatgpt-on-wechat/pull/808
* plugin(tool): 新增morning-news tool by goldfishh in https://github.com/zhayujie/chatgpt-on-wechat/pull/818
* banwords插件支持对回复进行过滤
* 添加receive message触发事件
* 添加`summary`测试版本到插件源,它用于总结最新的聊天记录,有兴趣的朋友可以测试使用,安装方法可以参考770 replicate的安装

**Full Changelog**: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.2.2.2...1.2.3

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.