🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-08 18:10:43 +00:00
parent bb906d59b2
commit 9eeff628b8
8 changed files with 50 additions and 64 deletions

View File

@@ -631,10 +631,10 @@ class ModelConfig(ConfigBase):
replyer_2: dict[str, Any] = field(default_factory=lambda: {})
"""normal_chat次要回复模型配置"""
memory: dict[str, Any] = field(default_factory=lambda: {})
"""记忆模型配置"""
emotion: dict[str, Any] = field(default_factory=lambda: {})
"""情绪模型配置"""
@@ -648,4 +648,4 @@ class ModelConfig(ConfigBase):
"""规划模型配置"""
embedding: dict[str, Any] = field(default_factory=lambda: {})
"""嵌入模型配置"""
"""嵌入模型配置"""