mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:44:32 +00:00
feat: add cloudflare ai gateway provider
This commit is contained in:
@@ -80,7 +80,7 @@ function resolveModelAuthLabel(
|
||||
const snippet = formatApiKeySnippet(profile.token);
|
||||
return `token ${snippet}${label ? ` (${label})` : ""}`;
|
||||
}
|
||||
const snippet = formatApiKeySnippet(profile.key);
|
||||
const snippet = formatApiKeySnippet(profile.key ?? "");
|
||||
return `api-key ${snippet}${label ? ` (${label})` : ""}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user