fix: 修复WebUI显示选项问题

pull/1472/head
watercatlxh 2025-12-31 20:41:14 +08:00
parent 6fa7bc3615
commit df83a07663
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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(活跃)"""