From 029088348dd8b42cf384b02ec60d6fec46144a9b Mon Sep 17 00:00:00 2001 From: nl_0 Date: Wed, 14 Aug 2024 17:36:54 +0200 Subject: [PATCH] switch back to calude 3 to support documents --- catalog/app/components/Assistant/Model/Bedrock.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/app/components/Assistant/Model/Bedrock.ts b/catalog/app/components/Assistant/Model/Bedrock.ts index ad96b6f6839..b415ce5342e 100644 --- a/catalog/app/components/Assistant/Model/Bedrock.ts +++ b/catalog/app/components/Assistant/Model/Bedrock.ts @@ -8,8 +8,8 @@ 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-sonnet-20240229-v1:0' +// const MODEL_ID = 'anthropic.claude-3-5-sonnet-20240620-v1:0' const mapContent = (contentBlocks: BedrockRuntime.ContentBlocks | undefined) => Eff.pipe(