mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: change codestral-latest context window to 128k
This commit is contained in:
parent
b6e3f07a6e
commit
3c0b676d17
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const mistralModels = {
|
|||
},
|
||||
"codestral-latest": {
|
||||
maxTokens: 8192,
|
||||
contextWindow: 131_000,
|
||||
contextWindow: 128_000,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsNativeTools: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue