We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264944c commit 53db3efCopy full SHA for 53db3ef
src/handlers/anthropic.ts
@@ -344,6 +344,7 @@ export const getDefaultMaxTokens = (model: string): number => {
344
}
345
346
if (
347
+ model === 'claude-3-5-sonnet-latest' ||
348
model === 'claude-3-5-sonnet-20241022' ||
349
model === 'claude-3-7-sonnet-latest' ||
350
model === 'claude-3-7-sonnet-20250219' ||
0 commit comments