feat;新的情绪系统

This commit is contained in:
SengokuCola
2025-07-09 02:09:32 +08:00
parent 50f0ddf2ce
commit 7ef5c9a46d
6 changed files with 171 additions and 1 deletions

View File

@@ -634,6 +634,9 @@ class ModelConfig(ConfigBase):
memory: dict[str, Any] = field(default_factory=lambda: {})
"""记忆模型配置"""
emotion: dict[str, Any] = field(default_factory=lambda: {})
"""情绪模型配置"""
vlm: dict[str, Any] = field(default_factory=lambda: {})
"""视觉语言模型配置"""