Skip to content

Commit 105307c

Browse files
committed
Updated Anthropic Claude model.
1 parent 3b8725f commit 105307c

File tree

2 files changed

+69
-145
lines changed

2 files changed

+69
-145
lines changed

src/coverup/coverup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def default_model():
7272
if 'ANTHROPIC_API_KEY' in os.environ:
7373
return "anthropic/claude-3-sonnet-20240229"
7474
if 'AWS_ACCESS_KEY_ID' in os.environ:
75-
return "bedrock/anthropic.claude-3-sonnet-20240229-v1:0"
75+
return "anthropic.claude-3-5-sonnet-20241022-v2:0"
7676

7777
ap.add_argument('--model', type=str, default=default_model(),
7878
help='OpenAI model to use')

0 commit comments

Comments
 (0)