feat(llm): update model version and add reasoning effort parameter
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m51s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m51s
This commit is contained in:
@ -123,6 +123,7 @@ class Mem0Integration:
|
||||
{"role": "system", "content": "你是一个乐于助人的助手,可以访问用户记忆。请使用提供的记忆来个性化你的回复。"},
|
||||
{"role": "user", "content": enhanced_prompt}
|
||||
],
|
||||
reasoning_effort="minimal",
|
||||
)
|
||||
|
||||
assistant_response = response.choices[0].message.content
|
||||
|
Reference in New Issue
Block a user