模型全面切换值 ZM 模型
This commit is contained in:
@@ -24,7 +24,7 @@ async def nova_chat(resume_text: str, message: str, history: list[dict],
|
||||
messages.append(("human", message))
|
||||
|
||||
try:
|
||||
llm = LLM.JIAYU_CLAUDE_SONNET_4_5.create(temperature=0.7)
|
||||
llm = LLM.ZM_GPT_5_2.create(temperature=0.7)
|
||||
result = await llm.ainvoke(messages)
|
||||
return result.content.strip()
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user