修改交互规则

This commit is contained in:
zk
2026-04-14 14:50:18 +08:00
parent 82aa8c6996
commit e48709b3e0
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -95,7 +95,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.DOUBAO_PRO_32K.create(temperature=0)
| LLM.GPT_4O.create(temperature=0)
| StrOutputParser()
)