Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@idootop idootop released this 26 May 14:57
· 182 commits to main since this release
f18dda1

🚨 Breaking changes

  • callAIPrefix 更名为 callAIKeywords
  • wakeUpKeywordsexitKeywords 匹配规则由包含(includes)变更为起始(startsWith)

✨ 新功能 & 优化

  • 支持 Microsoft Azure OpenAI(#7
  • 新增 LLM 响应完毕提示语:onAIReplied
  • 优化 .mi.example.js 配置参数实例
  • 优化唤醒模式下播放状态检测间隔,限制最低为 500 ms

🐛 修复

  • 修复唤醒模式下 LLM 回复不发音或过短的问题(#9
  • 修复部分场景下 LLM 返回数据格式异常的问题
  • 修复唤醒词配置格式,使其与原始文档行为一致(#8