From 82ad7eb3d359d62b261342d006cd226e916dd851 Mon Sep 17 00:00:00 2001 From: nl_0 Date: Thu, 3 Oct 2024 12:08:50 +0200 Subject: [PATCH] feat: update Bedrock model to Claude 3.5 Sonnet --- catalog/app/components/Assistant/Model/Bedrock.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog/app/components/Assistant/Model/Bedrock.ts b/catalog/app/components/Assistant/Model/Bedrock.ts index b415ce5342e..8eed85631f5 100644 --- a/catalog/app/components/Assistant/Model/Bedrock.ts +++ b/catalog/app/components/Assistant/Model/Bedrock.ts @@ -8,8 +8,7 @@ import * as LLM from './LLM' const MODULE = 'Bedrock' -const MODEL_ID = 'anthropic.claude-3-sonnet-20240229-v1:0' -// const MODEL_ID = 'anthropic.claude-3-5-sonnet-20240620-v1:0' +const MODEL_ID = 'anthropic.claude-3-5-sonnet-20240620-v1:0' const mapContent = (contentBlocks: BedrockRuntime.ContentBlocks | undefined) => Eff.pipe(