mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update max tokens for vertex too
This commit is contained in:
parent
63cecf8b22
commit
2b7df5e106
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ export const vertexModels = {
|
|||
outputPrice: 5,
|
||||
},
|
||||
"claude-3-7-sonnet@20250219:thinking": {
|
||||
maxTokens: 64_000,
|
||||
maxTokens: 128_000,
|
||||
contextWindow: 200_000,
|
||||
supportsImages: true,
|
||||
supportsComputerUse: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue