chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-22 04:04:41 +00:00
parent 7a9724496b
commit 9f06accfb4
2 changed files with 5 additions and 9 deletions

View File

@@ -147,7 +147,9 @@ export const GoogleVertexAnthropicPlugin = PluginV2.define({
// Continental multi-regions (eu, us) require Regional Endpoint Platform
// domains; the default {region}-aiplatform.googleapis.com does not resolve.
...((location === "eu" || location === "us") && project && !evt.options.baseURL
? { baseURL: `https://aiplatform.${location}.rep.googleapis.com/v1/projects/${project}/locations/${location}/publishers/anthropic/models` }
? {
baseURL: `https://aiplatform.${location}.rep.googleapis.com/v1/projects/${project}/locations/${location}/publishers/anthropic/models`,
}
: {}),
})
}),