File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77from astrbot .core .utils .astrbot_path import get_astrbot_data_path
88
9- VERSION = "3.5.25 "
9+ VERSION = "3.5.26 "
1010DB_PATH = os .path .join (get_astrbot_data_path (), "data_v3.db" )
1111
1212# 默认配置
Original file line number Diff line number Diff line change 1+ # What's Changed
2+
3+ 1 . 新增:为 FishAudio TTS 添加可选的 reference_id 直接指定功能 ([ #2513 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2513 ) )
4+ 2 . 新增:Gemini 添加对 LLMResponse 的 raw_completion 支持
5+ 3 . 新增:支持官方 QQ 接口发送语音 ([ #2525 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2525 ) )
6+ 4 . 新增:调用 deepseek-reasoner 时自动移除 tools ([ #2531 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2531 ) )
7+ 5 . 新增:添加 no_proxy 配置支持以优化代理设置 ([ #2564 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2564 ) )
8+ 6 . 新增:支持升级的同时更新到指定版本的 WebUI
9+ 7 . 修复: 修复编辑会话名称窗口的圆角和左右边距问题 ([ #2583 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2583 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 3.5.25 "
3+ version = " 3.5.26 "
44description = " 易上手的多平台 LLM 聊天机器人及开发框架"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments