修改模型
This commit is contained in:
@@ -118,7 +118,7 @@ async def plan_edit(job_title: str, resume_json: str, chat_history: str, instruc
|
|||||||
|
|
||||||
_module_edit_chain = (
|
_module_edit_chain = (
|
||||||
ChatPromptTemplate.from_messages([("system", AGENT_MODULE_EDIT_PROMPT), ("human", "请执行修改。")])
|
ChatPromptTemplate.from_messages([("system", AGENT_MODULE_EDIT_PROMPT), ("human", "请执行修改。")])
|
||||||
| LLM.CLAUDE_SONNET_4.create(temperature=0.3)
|
| LLM.GPT_4O.create(temperature=0.3)
|
||||||
| StrOutputParser()
|
| StrOutputParser()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user