github zhayujie/chatgpt-on-wechat 1.5.3

latest releases: 1.7.3, 1.7.2, 1.7.1...
11 months ago

🌟 更新

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_idaccess_key_secret 这两个配置可以不填。

3.移出群聊提示

contributor: @erayyym

当机器人是群主或管理员时,移出群成员时会向群聊中发送提醒。该功能默认关闭,开启方法为在config.json中添加:

"group_chat_exit_group": true

4.优化和修复

  • 对OpenAI的APIConnectionError异常增加重试 @xyshell
  • 修复讯飞3.0的服务地址问题 @malsony
  • 修复tts语音 base url问题 @zhayujie

Full Changelog: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.5.2..1.5.3

Don't miss a new chatgpt-on-wechat release

NewReleases is sending notifications on new releases.