remove:人格的兴趣配置项移动到planner prompt中

This commit is contained in:
SengokuCola
2025-12-08 19:24:04 +08:00
parent 910c73be73
commit a0ba073cfb
7 changed files with 311 additions and 24 deletions

View File

@@ -45,9 +45,6 @@ class PersonalityConfig(ConfigBase):
reply_style: str = ""
"""表达风格"""
interest: str = ""
"""兴趣"""
plan_style: str = ""
"""说话规则,行为风格"""
@@ -79,12 +76,6 @@ class ChatConfig(ConfigBase):
max_context_size: int = 18
"""上下文长度"""
interest_rate_mode: Literal["fast", "accurate"] = "fast"
"""兴趣值计算模式fast为快速计算accurate为精确计算"""
planner_size: float = 1.5
"""副规划器大小越小麦麦的动作执行能力越精细但是消耗更多token调大可以缓解429类错误"""
mentioned_bot_reply: bool = True
"""是否启用提及必回复"""