remove:移除tool_use模型,修复Jargon提取问题,修改统计为tool统计

This commit is contained in:
SengokuCola
2026-03-29 16:26:34 +08:00
parent 868438e3c1
commit 82bbf0fd52
25 changed files with 906 additions and 311 deletions

View File

@@ -24,7 +24,7 @@ from src.services.llm_service import LLMServiceClient
logger = get_logger("person_info")
relation_selection_model = LLMServiceClient(
task_name="tool_use", request_type="relation_selection"
task_name="utils", request_type="relation_selection"
)