From 7741a98b3b621e4575a211d8f1838d328ece84ea Mon Sep 17 00:00:00 2001 From: dal Date: Mon, 14 Apr 2025 15:14:35 -0600 Subject: [PATCH] o3 mini until further testing --- api/libs/agents/src/agent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libs/agents/src/agent.rs b/api/libs/agents/src/agent.rs index 5b0fd7792..0a6664f99 100644 --- a/api/libs/agents/src/agent.rs +++ b/api/libs/agents/src/agent.rs @@ -607,7 +607,7 @@ impl Agent { }), // temperature: Some(0.0), // max_completion_tokens: Some(15000), - // reasoning_effort: Some("low".to_string()), + reasoning_effort: Some("low".to_string()), ..Default::default() };