feat: supported regions govcloud (#1483)

* feat: added token for goreleaser

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

* feat: updated the bedrock supported regions

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

---------

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
Alex Jones
2025-05-01 09:01:25 +01:00
committed by GitHub
parent 81da402d46
commit 752a16c407

View File

@@ -42,6 +42,8 @@ const (
AP_Northeast_1 = "ap-northeast-1" AP_Northeast_1 = "ap-northeast-1"
EU_Central_1 = "eu-central-1" EU_Central_1 = "eu-central-1"
AP_South_1 = "ap-south-1" AP_South_1 = "ap-south-1"
US_Gov_West_1 = "us-gov-west-1"
US_Gov_East_1 = "us-gov-east-1"
) )
var BEDROCKER_SUPPORTED_REGION = []string{ var BEDROCKER_SUPPORTED_REGION = []string{
@@ -51,6 +53,8 @@ var BEDROCKER_SUPPORTED_REGION = []string{
AP_Northeast_1, AP_Northeast_1,
EU_Central_1, EU_Central_1,
AP_South_1, AP_South_1,
US_Gov_West_1,
US_Gov_East_1,
} }
var defaultModels = []bedrock_support.BedrockModel{ var defaultModels = []bedrock_support.BedrockModel{