mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:54:32 +00:00
feat: add cloudflare ai gateway provider
This commit is contained in:
@@ -24,6 +24,9 @@ export type ApplyAuthChoiceParams = {
|
||||
opts?: {
|
||||
tokenProvider?: string;
|
||||
token?: string;
|
||||
cloudflareAiGatewayAccountId?: string;
|
||||
cloudflareAiGatewayGatewayId?: string;
|
||||
cloudflareAiGatewayApiKey?: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user