From fd772ee3699fe053769206442e33483efb8eacce Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Mar 2025 15:36:21 -0500 Subject: [PATCH] disable reasoning assistance by default --- ra_aid/models_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ra_aid/models_params.py b/ra_aid/models_params.py index ee1cb31..6406655 100644 --- a/ra_aid/models_params.py +++ b/ra_aid/models_params.py @@ -172,7 +172,7 @@ models_params = { "supports_temperature": True, "latency_coefficient": DEFAULT_BASE_LATENCY, "max_tokens": 32000, - "reasoning_assist_default": True, + "reasoning_assist_default": False, } }, "openai-compatible": {