Skip to content

Commit

Permalink
Add Claude 3.5 Sonnet V2 model enum to Bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
dafriz authored and tzolov committed Oct 23, 2024
1 parent c979238 commit 3288c55
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,11 @@ public enum AnthropicChatModel implements ChatModelDescription {
/**
* anthropic.claude-3-5-sonnet-20240620-v1:0
*/
CLAUDE_V3_5_SONNET("anthropic.claude-3-5-sonnet-20240620-v1:0");
CLAUDE_V3_5_SONNET("anthropic.claude-3-5-sonnet-20240620-v1:0"),
/**
* anthropic.claude-3-5-sonnet-20241022-v2:0
*/
CLAUDE_V3_5_SONNET_V2("anthropic.claude-3-5-sonnet-20241022-v2:0");

private final String id;

Expand Down

0 comments on commit 3288c55

Please sign in to comment.