* 修复适配azure的问题 by kayaklee in https://github.com/zhayujie/chatgpt-on-wechat/pull/787 * 修复因为空回复导致的个人公众号陷入死循环的问题 by JS00000 in 789 * 修复部分环境无信号处理函数时无法启动的bug * 取消设置`request_timeout`和`timeout`的默认值,如果不填写选项,它会使用openai中定义的默认值(600秒)
* 可以让chatgpt使用工具的tool插件, [使用文档](https://github.com/goldfishh/chatgpt-on-wechat/blob/master/plugins/tool/README.md) by goldfishh in https://github.com/zhayujie/chatgpt-on-wechat/pull/663 * 支持wechat个人号channel, [使用文档](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/channel/wechatmp/README.md) by JS00000 in https://github.com/zhayujie/chatgpt-on-wechat/pull/686 * 增加用户自定义apikey命令 by JS00000 in https://github.com/zhayujie/chatgpt-on-wechat/pull/686 * 插件:`godcmd`优化`help`命令输出 * 插件:`role`增加tag对角色进行分类 * 插件:`role`模糊匹配时限制最小相似度 * 增加选项`plugin_trigger_prefix`,它能更换插件的聊天交互命令前缀(目前默认是"$")