What's Changed
新功能
修复
- 增强提供商选择错误处理和日志记录,避免出现
Provider 不是 Provider 类型的错误 (#4654) - aiocqhttp 适配器中的 Markdown KeyError 或 UnboundLocalError 问题 (#4656)
- 确保 providers 中的 embedding 维度作为整数返回 (#4547)
- 钉钉流式响应问题 (#4590)
- 提供商选择按钮被长模型名称遮挡的问题 (#4631)
- 更新
web_search_tavily处理,避免在非 ChatUI 平台出现信息引用 (#4633)
性能优化
- T2I 模板编辑器预览 (#4574)
杂项
- 移除已弃用的
tool命令
What's Changed
- fix: ensure embedding dimensions are returned as integers in providers by @Soulter in #4547
- perf: T2I template editor preview by @IGCrystal-A in #4574
- Feature/chat drag upload by @Clhikari in #4583
- perf: streaming response for DingTalk by @jiangman202506 in #4590
- feat: implement persona folder for advanced persona management by @RC-CHN in #4443
- feat: AstrBot Live Chat Mode on ChatUI by @Soulter in #4534
- Fix provider selector button hidden by long model names by @Copilot in #4631
- fix: update web_search_tavily handling for webchat platform by @Soulter in #4633
- fix: enhance provider selection error handling and logging by @Soulter in #4654
- fix: markdown keyerror or unbound error in aiocqhttp adapter by @Soulter in #4656
New Contributors
- @Clhikari made their first contribution in #4583
- @jiangman202506 made their first contribution in #4590
Full Changelog: v4.12.3...v4.12.4