mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Set maxTokens to 64K for Anthropic / 3.7 Sonnet
This commit is contained in:
parent
1d1f5c9c3b
commit
b24a335503
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export type AnthropicModelId = keyof typeof anthropicModels
|
|||
export const anthropicDefaultModelId: AnthropicModelId = "claude-3-7-sonnet-20250219"
|
||||
export const anthropicModels = {
|
||||
"claude-3-7-sonnet-20250219": {
|
||||
maxTokens: 8192,
|
||||
maxTokens: 64_000,
|
||||
contextWindow: 200_000,
|
||||
supportsImages: true,
|
||||
supportsComputerUse: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue