mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(bedrock/common_utils.py): add us-west-1 to us regions
This commit is contained in:
parent
6b7d20c911
commit
a743b6fc1f
1 changed files with 14 additions and 13 deletions
|
@ -85,6 +85,7 @@ class AmazonBedrockGlobalConfig:
|
|||
return [
|
||||
"us-east-1", # US East (N. Virginia)
|
||||
"us-east-2", # US East (Ohio)
|
||||
"us-west-1", # US West (N. California)
|
||||
"us-west-2", # US West (Oregon)
|
||||
"us-gov-east-1", # AWS GovCloud (US-East)
|
||||
"us-gov-west-1", # AWS GovCloud (US-West)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue