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

@@ -45,7 +45,7 @@ class JargonExplainer:
def __init__(self, chat_id: str) -> None:
self.chat_id = chat_id
self.llm = LLMRequest(
model_set=model_config.model_task_config.utils,
model_set=model_config.model_task_config.tool_use,
request_type="jargon.explain",
)