Skip to content

Commit 53db3ef

Browse files
committed
add claude-3-5-sonnet-latest to getDefaultMaxTokens
1 parent 264944c commit 53db3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/anthropic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export const getDefaultMaxTokens = (model: string): number => {
344344
}
345345

346346
if (
347+
model === 'claude-3-5-sonnet-latest' ||
347348
model === 'claude-3-5-sonnet-20241022' ||
348349
model === 'claude-3-7-sonnet-latest' ||
349350
model === 'claude-3-7-sonnet-20250219' ||

0 commit comments

Comments
 (0)