Skip to content

Commit c677a45

Browse files
committed
Fix maxTokens
1 parent 92ac610 commit c677a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export type AnthropicModelId = keyof typeof anthropicModels
9696
export const anthropicDefaultModelId: AnthropicModelId = "claude-3-5-sonnet-20241022"
9797
export const anthropicModels = {
9898
"claude-3-7-sonnet-20250219": {
99-
maxTokens: 128_000,
99+
maxTokens: 64_000,
100100
contextWindow: 200_000,
101101
supportsImages: true,
102102
supportsComputerUse: true,

0 commit comments

Comments
 (0)