From e44678a3c3d73e73945f0faddc2f7bec78bbba18 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Thu, 20 Jun 2024 09:42:53 -0700 Subject: [PATCH] add support for claude sonnet 3.5 model --- .../src/components/LLMSelection/AnthropicAiOptions/index.jsx | 1 + frontend/src/hooks/useGetProvidersModels.js | 1 + server/utils/AiProviders/anthropic/index.js | 3 +++ server/utils/helpers/updateENV.js | 1 + 4 files changed, 6 insertions(+) diff --git a/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx b/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx index 9fe283ffe0e..ec72347ffa6 100644 --- a/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx +++ b/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx @@ -36,6 +36,7 @@ export default function AnthropicAiOptions({ settings }) { "claude-3-haiku-20240307", "claude-3-opus-20240229", "claude-3-sonnet-20240229", + "claude-3-5-sonnet-20240620", ].map((model) => { return (