From 752a16c40728f42f10ab6c3177cb7e24f44db339 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Thu, 1 May 2025 09:01:25 +0100 Subject: [PATCH] feat: supported regions govcloud (#1483) * feat: added token for goreleaser Signed-off-by: Alex Jones * feat: updated the bedrock supported regions Signed-off-by: Alex Jones --------- Signed-off-by: Alex Jones --- pkg/ai/amazonbedrock.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/ai/amazonbedrock.go b/pkg/ai/amazonbedrock.go index ecce40e..7a72eb1 100644 --- a/pkg/ai/amazonbedrock.go +++ b/pkg/ai/amazonbedrock.go @@ -42,6 +42,8 @@ const ( AP_Northeast_1 = "ap-northeast-1" EU_Central_1 = "eu-central-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{ @@ -51,6 +53,8 @@ var BEDROCKER_SUPPORTED_REGION = []string{ AP_Northeast_1, EU_Central_1, AP_South_1, + US_Gov_West_1, + US_Gov_East_1, } var defaultModels = []bedrock_support.BedrockModel{