fix:修复黑话提取的学习缓存

This commit is contained in:
SengokuCola
2025-12-27 19:43:46 +08:00
parent a6e1a0e7d3
commit 8e7a2aecae
6 changed files with 103 additions and 313 deletions

View File

@@ -50,7 +50,7 @@ def get_dream_summary_model() -> LLMRequest:
global _dream_summary_model
if _dream_summary_model is None:
_dream_summary_model = LLMRequest(
model_set=model_config.model_task_config.utils,
model_set=model_config.model_task_config.replyer,
request_type="dream.summary",
)
return _dream_summary_model