feat(llm): update model version and add reasoning effort parameter
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m51s

This commit is contained in:
gameloader
2025-10-21 14:24:23 +08:00
parent ce1de82ee3
commit 994b6fc0fe
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ class Mem0Integration:
{"role": "system", "content": "你是一个乐于助人的助手,可以访问用户记忆。请使用提供的记忆来个性化你的回复。"},
{"role": "user", "content": enhanced_prompt}
],
reasoning_effort="minimal",
)
assistant_response = response.choices[0].message.content