Merge pull request #1 from elie222/patch-1

Use latest Anthropic Sonnet 3.5 model
This commit is contained in:
Dustin Loring
2025-01-15 10:04:05 -05:00
committed by GitHub

View File

@@ -5,5 +5,5 @@ export function getAnthropicModel(apiKey: string) {
apiKey,
});
return anthropic('claude-3-5-sonnet-20240620');
return anthropic('claude-3-5-sonnet-20241022');
}