🌟 更新
1.通义千问
contributor: @hanfangyuan4396
根目录config.json 中添加以下配置:
"qwen_access_key_id": "",
"qwen_access_key_secret": "",
"qwen_agent_key": "",
"qwen_app_id": "",
"qwen_node_id": ""
官方文档 https://help.aliyun.com/document_detail/2587494.html
2.阿里语音合成
contributor: @chazzjimel
在 voice/ali/config.json
中参考同目录的template文件添加配置。如果已经接入了通义千问,access_key_id
和 access_key_secret
这两个配置可以不填。
3.移出群聊提示
contributor: @erayyym
当机器人是群主或管理员时,移出群成员时会向群聊中发送提醒。该功能默认关闭,开启方法为在config.json中添加:
"group_chat_exit_group": true
4.优化和修复
Full Changelog: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.5.2..1.5.3