🎉 bump to v3.4.5

This commit is contained in:
Soulter
2025-01-11 21:06:06 +08:00
parent 41f2870c29
commit 7ed639f741
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
"""
VERSION = "3.4.4"
VERSION = "3.4.5"
DB_PATH = "data/data_v3.db"
# 默认配置

9
changelogs/v3.4.5.md Normal file
View File

@@ -0,0 +1,9 @@
# What's Changed
- 支持接入 STT语音转文字Provider
- 内置支持 OpenAI Whisper API/本地运行模型。[看这里](https://astrbot.lwl.lol/use/whisper.html)
- WebChat 支持语音输入
- WebChat 支持显示当前 Provider 状态
- 优化了 WebChat 在没有消息返回时的处理方式
- 修复了 reminder 在初始化历史待办时没有正常传入 session_id 的问题
- 代码执行器在成功回复后清空文件 buffer。