feat 将心流功能作为 实验功能

This commit is contained in:
SengokuCola
2025-03-25 22:40:43 +08:00
parent 51990391fd
commit 0ea57c4a58
8 changed files with 56 additions and 25 deletions

View File

@@ -130,6 +130,8 @@ class BotConfig:
# 实验性
llm_outer_world: Dict[str, str] = field(default_factory=lambda: {})
llm_sub_heartflow: Dict[str, str] = field(default_factory=lambda: {})
llm_heartflow: Dict[str, str] = field(default_factory=lambda: {})
@staticmethod
@@ -265,6 +267,8 @@ class BotConfig:
"embedding",
"moderation",
"llm_outer_world",
"llm_sub_heartflow",
"llm_heartflow",
]
for item in config_list: