fix:移除冗余代码,丰富replyer log记录,表达方式改为replyer模型

This commit is contained in:
SengokuCola
2026-04-21 10:32:25 +08:00
parent 6696eb2fd4
commit 66663050dd
10 changed files with 92 additions and 481 deletions

View File

@@ -23,8 +23,8 @@ from .expression_utils import is_single_char_jargon
logger = get_logger("jargon")
llm_extract = LLMServiceClient(task_name="utils", request_type="jargon.extract")
llm_inference = LLMServiceClient(task_name="utils", request_type="jargon.inference")
llm_extract = LLMServiceClient(task_name="replyer", request_type="jargon.extract")
llm_inference = LLMServiceClient(task_name="replyer", request_type="jargon.inference")
class JargonEntry(TypedDict):