fix:修部分显示问题和模型问题

This commit is contained in:
SengokuCola
2026-04-23 17:40:33 +08:00
parent 03750cdb6b
commit 3b6d30cd5e
7 changed files with 99 additions and 17 deletions

View File

@@ -23,7 +23,6 @@ from .expression_utils import is_single_char_jargon
logger = get_logger("jargon")
llm_extract = LLMServiceClient(task_name="replyer", request_type="jargon.extract")
llm_inference = LLMServiceClient(task_name="replyer", request_type="jargon.inference")