refactor: centralize google API base URL handling

This commit is contained in:
Peter Steinberger
2026-03-24 09:59:56 -07:00
parent 129b1b5037
commit 9f47892bef
11 changed files with 156 additions and 19 deletions

View File

@@ -1 +1,6 @@
export { normalizeGoogleModelId, parseGeminiAuth } from "openclaw/plugin-sdk/provider-google";
export {
DEFAULT_GOOGLE_API_BASE_URL,
normalizeGoogleApiBaseUrl,
normalizeGoogleModelId,
parseGeminiAuth,
} from "openclaw/plugin-sdk/provider-google";