diff --git a/app/lib/.server/llm/model.ts b/app/lib/.server/llm/model.ts index f0d695c..2f8c32c 100644 --- a/app/lib/.server/llm/model.ts +++ b/app/lib/.server/llm/model.ts @@ -5,5 +5,5 @@ export function getAnthropicModel(apiKey: string) { apiKey, }); - return anthropic('claude-3-5-sonnet-20240620'); + return anthropic('claude-3-5-sonnet-20241022'); }