mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修复WebUI显示选项问题
parent
6fa7bc3615
commit
df83a07663
|
|
@ -648,7 +648,7 @@ class ResponseSplitterConfig(ConfigBase):
|
||||||
enable_ai_segmentation: bool = False
|
enable_ai_segmentation: bool = False
|
||||||
"""是否启用AI智能分段"""
|
"""是否启用AI智能分段"""
|
||||||
|
|
||||||
ai_segmentation_style: str = "natural"
|
ai_segmentation_style: Literal["natural", "conservative", "active"] = "natural"
|
||||||
"""AI智能分段风格:natural(自然), conservative(保守), active(活跃)"""
|
"""AI智能分段风格:natural(自然), conservative(保守), active(活跃)"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue