feat(ai): ajout DeepSeek + context window correcte
This commit is contained in:
@@ -22,7 +22,16 @@ 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 = true;
|
||||||
contextWindow = 500000;
|
# Limite réelle mesurée via la passerelle LiteLLM (HTTP 400 ContextWindowExceededError).
|
||||||
|
contextWindow = 250000;
|
||||||
|
maxTokens = 64000;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id = "deepseek-v4-flash";
|
||||||
|
name = "DeepSeek V4 Flash — Lundi Matin";
|
||||||
|
reasoning = true;
|
||||||
|
# Limite réelle mesurée via la passerelle LiteLLM (HTTP 400 ContextWindowExceededError).
|
||||||
|
contextWindow = 262144;
|
||||||
maxTokens = 64000;
|
maxTokens = 64000;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user