refactor(clawrouter): localize default base URL (#105474)

This commit is contained in:
Vincent Koc
2026-07-12 16:47:15 +02:00
committed by GitHub
parent 4ecc67678d
commit 551e484598
+1 -1
View File
@@ -9,7 +9,7 @@ import type {
ModelProviderConfig,
} from "openclaw/plugin-sdk/provider-model-shared";
export const CLAWROUTER_DEFAULT_BASE_URL = "https://clawrouter.openclaw.ai";
const CLAWROUTER_DEFAULT_BASE_URL = "https://clawrouter.openclaw.ai";
const PROVIDER_ID = "clawrouter";
const CATALOG_CACHE_TTL_MS = 60_000;