From df83a07663dd3772c068043986bd2625811ec8e7 Mon Sep 17 00:00:00 2001 From: watercatlxh <101051763+watercatlxh@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:41:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DWebUI=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=89=E9=A1=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/official_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/official_configs.py b/src/config/official_configs.py index ab8b4d27..9d50709c 100644 --- a/src/config/official_configs.py +++ b/src/config/official_configs.py @@ -648,7 +648,7 @@ class ResponseSplitterConfig(ConfigBase): enable_ai_segmentation: bool = False """是否启用AI智能分段""" - ai_segmentation_style: str = "natural" + ai_segmentation_style: Literal["natural", "conservative", "active"] = "natural" """AI智能分段风格:natural(自然), conservative(保守), active(活跃)"""