Skip to content

Commit

Permalink
Fix region
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Sep 30, 2024
1 parent 91d7cc1 commit 50aa090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"platform": "sagemaker",
"client": cohere.SagemakerClient(
timeout=10000,
aws_region="us-east-1",
aws_region="us-east-2",
aws_access_key="...",
aws_secret_key="...",
aws_session_token="...",
Expand Down

0 comments on commit 50aa090

Please sign in to comment.