We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177bb6 commit 80cbbfaCopy full SHA for 80cbbfa
3 files changed
astrbot/core/config/default.py
@@ -6,7 +6,7 @@
6
7
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
8
9
-VERSION = "4.1.5"
+VERSION = "4.1.6"
10
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
11
12
# 默认配置
changelogs/v4.1.6.md
@@ -0,0 +1,3 @@
1
+# What's Changed
2
+
3
+1. fix: 修复在某些情况下,出现 「返回的 Provider 不是 Provider 类型的错误」
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
-version = "4.1.5"
+version = "4.1.6"
4
description = "易上手的多平台 LLM 聊天机器人及开发框架"
5
readme = "README.md"
requires-python = ">=3.10"
0 commit comments