Skip to content

Commit

Permalink
feat: update Bedrock model to Claude 3.5 Sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Oct 3, 2024
1 parent d5e84a0 commit 82ad7eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalog/app/components/Assistant/Model/Bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 82ad7eb

Please sign in to comment.