mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-26 07:31:09 +00:00
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:
@@ -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{
|
||||||
|
Reference in New Issue
Block a user