fix:移除冗余代码,丰富replyer log记录,表达方式改为replyer模型
This commit is contained in:
@@ -12,7 +12,7 @@ from src.services.llm_service import LLMServiceClient
|
||||
|
||||
logger = get_logger("expression_utils")
|
||||
|
||||
judge_llm = LLMServiceClient(task_name="utils", request_type="expression_check")
|
||||
judge_llm = LLMServiceClient(task_name="replyer", request_type="expression_check")
|
||||
|
||||
|
||||
def _normalize_repair_json_result(repaired_result: Any) -> str:
|
||||
|
||||
Reference in New Issue
Block a user