fix:移除冗余代码,丰富replyer log记录,表达方式改为replyer模型
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user