迁移:1f91967(remove:移除willing系统,移除reply2,移除能量值,移除reply_to改为message)

This commit is contained in:
Windpicker-owo
2025-09-03 21:27:28 +08:00
parent 57ba493a74
commit 51aad4f952
16 changed files with 151 additions and 314 deletions

View File

@@ -106,8 +106,7 @@ class ModelTaskConfig(ValidatedConfigBase):
# 必需配置项
utils: TaskConfig = Field(..., description="组件模型配置")
utils_small: TaskConfig = Field(..., description="组件小模型配置")
replyer_1: TaskConfig = Field(..., description="normal_chat首要回复模型模型配置")
replyer_2: TaskConfig = Field(..., description="normal_chat次要回复模型配置")
replyer: TaskConfig = Field(..., description="normal_chat首要回复模型模型配置")
maizone: TaskConfig = Field(..., description="maizone专用模型")
emotion: TaskConfig = Field(..., description="情绪模型配置")
vlm: TaskConfig = Field(..., description="视觉语言模型配置")

View File

@@ -258,7 +258,6 @@ class MessageReceiveConfig(ValidatedConfigBase):
class NormalChatConfig(ValidatedConfigBase):
"""普通聊天配置类"""
willing_mode: str = Field(default="classical", description="意愿模式")
class ExpressionRule(ValidatedConfigBase):