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(