chore: updated to latest version of claude sonnet 3.5

This commit is contained in:
Dustin 2025-06-25 10:58:51 -04:00
parent 96063f7937
commit 54271b3c67

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');
}