Skip to content

Commit

Permalink
switch back to calude 3 to support documents
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Aug 14, 2024
1 parent 5885d1b commit 0290883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/app/components/Assistant/Model/Bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import * as LLM from './LLM'

const MODULE = 'Bedrock'

Check warning on line 9 in catalog/app/components/Assistant/Model/Bedrock.ts

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/components/Assistant/Model/Bedrock.ts#L9

Added line #L9 was not covered by tests

// 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'

Check warning on line 11 in catalog/app/components/Assistant/Model/Bedrock.ts

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/components/Assistant/Model/Bedrock.ts#L11

Added line #L11 was not covered by tests
// const MODEL_ID = 'anthropic.claude-3-5-sonnet-20240620-v1:0'

const mapContent = (contentBlocks: BedrockRuntime.ContentBlocks | undefined) =>
Eff.pipe(

Check warning on line 15 in catalog/app/components/Assistant/Model/Bedrock.ts

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/components/Assistant/Model/Bedrock.ts#L14-L15

Added lines #L14 - L15 were not covered by tests
Expand Down

0 comments on commit 0290883

Please sign in to comment.