fix(ai): pas de reasoning pour LM Code
This commit is contained in:
@@ -26,7 +26,8 @@ let
|
|||||||
{
|
{
|
||||||
id = "LM-Code";
|
id = "LM-Code";
|
||||||
name = "LM-Code (glm-5.2 — Lundi Matin)";
|
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).
|
# Limite réelle mesurée via la passerelle LiteLLM (HTTP 400 ContextWindowExceededError).
|
||||||
contextWindow = 250000;
|
contextWindow = 250000;
|
||||||
maxTokens = 64000;
|
maxTokens = 64000;
|
||||||
|
|||||||
Reference in New Issue
Block a user