@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 421 B
TypeScript
export declare function collectProviderApiKeys(provider: string): string[];
export declare function collectAnthropicApiKeys(): string[];
export declare function collectGeminiApiKeys(): string[];
export declare function isApiKeyRateLimitError(message: string): boolean;
export declare function isAnthropicRateLimitError(message: string): boolean;
export declare function isAnthropicBillingError(message: string): boolean;