迁移:1f91967(remove:移除willing系统,移除reply2,移除能量值,移除reply_to改为message)
This commit is contained in:
@@ -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="视觉语言模型配置")
|
||||
|
||||
@@ -258,7 +258,6 @@ class MessageReceiveConfig(ValidatedConfigBase):
|
||||
class NormalChatConfig(ValidatedConfigBase):
|
||||
"""普通聊天配置类"""
|
||||
|
||||
willing_mode: str = Field(default="classical", description="意愿模式")
|
||||
|
||||
|
||||
class ExpressionRule(ValidatedConfigBase):
|
||||
|
||||
Reference in New Issue
Block a user