File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "4.10.5 "
1+ __version__ = "4.10.6 "
Original file line number Diff line number Diff line change 55
66from astrbot .core .utils .astrbot_path import get_astrbot_data_path
77
8- VERSION = "4.10.5 "
8+ VERSION = "4.10.6 "
99DB_PATH = os .path .join (get_astrbot_data_path (), "data_v4.db" )
1010
1111WEBHOOK_SUPPORTED_PLATFORMS = [
Original file line number Diff line number Diff line change 1+ ## What's Changed
2+
3+ hotfix of v4.10.4
4+
5+ fix:
6+
7+ 1 . ‼️ 部分情况下使用 OpenAI 接口报错与 reasoning_content 有关的问题;
8+
9+ feat:
10+
11+ 1 . WebUI 已安装插件页支持记忆视图类型(列表/卡片),列表视图显示插件的人类友好名称和 logo。
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.10.5 "
3+ version = " 4.10.6 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments