UNPKG

ads4gpts-langchain

Version:

Ads for AI applications. Enabling the Freemium model for the AI era.

9 lines 363 B
import { BannerAdsPayload } from '../../types/bannerAds'; import { ChatAdsPayload } from '../../types/chatAds'; export declare class ADS4GPTsAPI { private apiKey; private baseUrl; constructor(apiKey: string, baseUrl: string); run(method: string, arg: BannerAdsPayload | ChatAdsPayload): Promise<string>; } //# sourceMappingURL=ADS4GPTsAPI.d.ts.map