Skip to content

Commit

Permalink
use claude 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Jul 12, 2024
1 parent d9eb7f4 commit 3a93ebf
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 @@ -4,8 +4,8 @@ import * as Eff from 'effect'
import * as Content from './Content'
import * as LLM from './LLM'

Check warning on line 5 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#L4-L5

Added lines #L4 - L5 were 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'
const MODEL_ID = 'anthropic.claude-3-5-sonnet-20240620-v1:0'

Check warning on line 8 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#L8

Added line #L8 was not covered by tests

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

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#L10-L11

Added lines #L10 - L11 were not covered by tests
Expand Down

0 comments on commit 3a93ebf

Please sign in to comment.