chore: update latest model

update to the latest claude model
This commit is contained in:
Dustin Loring 2025-01-11 19:45:19 -05:00
parent 068ee61083
commit e492a40ef3

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