From 2568f1cce63d8baf3facdd51bec19954cc05bd56 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Mon, 24 Aug 2026 15:52:25 +0200 Subject: [PATCH] =?UTF-8?q?fix(ai):=C2=A0pas=20de=20reasoning=20pour=20LM?= =?UTF-8?q?=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/pi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/pi.nix b/programs/pi.nix index d4b3e8f..7f782e9 100644 --- a/programs/pi.nix +++ b/programs/pi.nix @@ -26,7 +26,8 @@ let { id = "LM-Code"; name = "LM-Code (glm-5.2 — Lundi Matin)"; - reasoning = true; + # reasoning absent : la passerelle fallback sur deepseek côté serveur. + reasoning = false; # Limite réelle mesurée via la passerelle LiteLLM (HTTP 400 ContextWindowExceededError). contextWindow = 250000; maxTokens = 64000;