修复类型

pull/1217/head
UnCLAS-Prommer 2025-08-23 21:08:38 +08:00
parent ca4da9af5f
commit e3c94f0618
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ChatConfig(ConfigBase):
mentioned_bot_inevitable_reply: bool = False
"""提及 bot 必然回复"""
planner_size: int = 1
planner_size: float = 1.5
"""副规划器大小越小麦麦的动作执行能力越精细但是消耗更多token调大可以缓解429类错误"""
at_bot_inevitable_reply: bool = False