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 6736fb8 commit 464882fCopy full SHA for 464882f
4 files changed
astrbot/cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.14.3"
+__version__ = "4.14.4"
astrbot/core/config/default.py
@@ -5,7 +5,7 @@
5
6
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
7
8
-VERSION = "4.14.2"
+VERSION = "4.14.4"
9
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
10
11
WEBHOOK_SUPPORTED_PLATFORMS = [
changelogs/v4.14.4.md
@@ -0,0 +1,4 @@
+## What's Changed
2
+
3
+### 修复
4
+- 修复 token 统计错误的问题,修复在多轮 tool call 情况下或者其他极端情况下可能造成 tool 无限调用的问题。
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
-version = "4.14.3"
+version = "4.14.4"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments