From 9ffe4b5e37779858c5370d20e54cbace4e01aac6 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Tue, 26 May 2026 20:19:49 -0500 Subject: [PATCH] Change minimax default reasoning_effort to high --- profiles/openrouter/openrouter-minimax-m2-5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/openrouter/openrouter-minimax-m2-5.yml b/profiles/openrouter/openrouter-minimax-m2-5.yml index 4bad098..33fa94d 100644 --- a/profiles/openrouter/openrouter-minimax-m2-5.yml +++ b/profiles/openrouter/openrouter-minimax-m2-5.yml @@ -2,7 +2,7 @@ id: openrouter-minimax-m2-5 endpoint: https://openrouter.ai/api/v1 model: minimax/minimax-m2.5 temperature: 0.5 -reasoning_effort: medium +reasoning_effort: high top_p: 0.95 timeout_seconds: 180 api_key_env: OPENROUTER_API_KEY \ No newline at end of file