diff --git a/agent_system/disease_analyst/agent.py b/agent_system/disease_analyst/agent.py index 421cbac..539c279 100644 --- a/agent_system/disease_analyst/agent.py +++ b/agent_system/disease_analyst/agent.py @@ -18,16 +18,16 @@ class DiseaseContextAnalyst(BaseAgent): 4. 为后续子任务确定针对性的评估重点 Attributes: - model_type (str): 使用的大语言模型类型,默认为 deepseek-v3 + model_type (str): 使用的大语言模型类型,默认为 gpt-oss:latest llm_config (dict): LLM模型配置参数 """ - def __init__(self, model_type: str = "deepseek-v3", llm_config: dict = None): + def __init__(self, model_type: str = "gpt-oss:latest", llm_config: dict = None): """ 初始化疾病上下文分析智能体 Args: - model_type (str): 大语言模型类型,默认使用 deepseek-v3 + model_type (str): 大语言模型类型,默认使用 gpt-oss:latest llm_config (dict): LLM模型的配置参数,如果为None则使用默认配置 """ super().__init__( @@ -148,7 +148,8 @@ class DiseaseContextAnalyst(BaseAgent): 输出格式示例: {example_output} -请严格按照上述JSON格式输出。""" +请严格按照上述JSON格式输出。 +输出内容为:""" return prompt