Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2026-02-03 01:50:45 +08:00
committed by GitHub

View File

@@ -1003,6 +1003,8 @@ func vertexBaseURL(location string) string {
loc := strings.TrimSpace(location)
if loc == "" {
loc = "us-central1"
} else if loc == "global" {
return "https://aiplatform.googleapis.com"
}
return fmt.Sprintf("https://%s-aiplatform.googleapis.com", loc)
}