fix: change codestral-latest context window to 128k

This commit is contained in:
Roo Code 2026-01-07 14:59:02 +00:00
parent b6e3f07a6e
commit 3c0b676d17

View file

@ -38,7 +38,7 @@ export const mistralModels = {
},
"codestral-latest": {
maxTokens: 8192,
contextWindow: 131_000,
contextWindow: 128_000,
supportsImages: false,
supportsPromptCache: false,
supportsNativeTools: true,