From 9669dfaf1347d61d6037b01fa1b4a3abbda36c51 Mon Sep 17 00:00:00 2001 From: Reinder Vos de Wael Date: Thu, 11 Jul 2024 14:16:56 -0400 Subject: [PATCH] feat: add sonnet 3.5 (#122) --- src/lib/utils.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 7a1f0b6..e607525 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -24,5 +24,9 @@ export const LLM_MODELS = [ { name: "Claude 3 Opus", tag: "anthropic.claude-3-opus-20240229-v1:0" + }, + { + name: "Claude 3.5 Sonnet", + tag: "anthropic.claude-3-5-sonnet-20240620-v1:0" } ]