修改模型
This commit is contained in:
@@ -95,7 +95,7 @@ async def optimize_module(job_title: str, job_description: str, module_data: str
|
|||||||
|
|
||||||
_plan_chain = (
|
_plan_chain = (
|
||||||
ChatPromptTemplate.from_messages([("system", AGENT_PLAN_PROMPT), ("human", "请分析用户指令。")])
|
ChatPromptTemplate.from_messages([("system", AGENT_PLAN_PROMPT), ("human", "请分析用户指令。")])
|
||||||
| LLM.GPT_4O.create(temperature=0)
|
| LLM.DOUBAO_PRO_32K.create(temperature=0)
|
||||||
| StrOutputParser()
|
| StrOutputParser()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user