Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com>
  • Loading branch information
mazyu36 and go-to-k committed Jun 23, 2024
1 parent c259026 commit a837fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class FoundationModelIdentifier {
public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0_200K = new FoundationModelIdentifier('anthropic.claude-3-sonnet-20240229-v1:0:200k');

/** Base model "anthropic.claude-3-5-sonnet-20240620-v1:0" */
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20240620_V1_0_200K = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20240620-v1:0');
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20240620_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20240620-v1:0');

/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-haiku-20240307-v1:0');
Expand Down

0 comments on commit a837fcb

Please sign in to comment.