修改模型

This commit is contained in:
zk
2026-05-13 16:29:24 +08:00
parent d47f9e214a
commit c608ed2ee0
+1 -1
View File
@@ -94,7 +94,7 @@ async def optimize_module(job_title: str, job_description: str, module_data: str
_plan_chain = (
ChatPromptTemplate.from_messages([("system", AGENT_PLAN_PROMPT), ("human", "请分析用户指令。")])
| LLM.ZM_GPT_5_4_MINI.create(temperature=0)
| LLM.DOUBAO_PRO_32K.create(temperature=0)
| StrOutputParser()
)