Skip to content

1.6.6

Compare
Choose a tag to compare
@Saboteur7 Saboteur7 released this 04 Jun 06:52
· 118 commits to master since this release
405372d

🌟 更新

1.增加讯飞语音识别和输入

使用方式为修改根目录 config.json 中的语音模型配置 #1999

{
    "voice_to_text": "xunfei",                                                                                                                                                                                                                                                          
    "text_to_voice": "xunfei"
}

同时在 voice/xunfei 目录下根据配置模板增加 config.json 配置,参考 说明

contributor: @njnuko

2.支持钉钉流式卡片

钉钉支持使用流式卡片输出,需开启 dingtalk_card_enabled 配置,详情参考PR:#1994

contributor: @baojingyu

3.Azure OpenAI支持Dall-e-3

Azure OpenAI 支持 Dalle2/Dalle,与文本模型的资源隔离 #1809

contributor: @whw23

4.百度语音识别优化

修复百度语音参数及识别准确度问题 #2005 #2013

contributor: @6vision

5.文心报错优化

优化文心模型请求异常时的报错信息 #2012

contributor: @6vision

6.Log日志脱敏

日志打印配置时对 key 和 secret 进行脱敏 #1972

contributor: @Undertone0809

7.公众号新增视频回复类型

PR: #1753

contributor: @MasterKeee

8. 服务时间设置支持跨天

time check服务时间设置支持跨天 #2002

contributor: @6vision

Full Changelog: https://github.com/zhayujie/chatgpt-on-wechat/compare/1.6.5..1.6.6