From cadc507fad2fee59b23d1d8e73c472c077f468fc Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 18 Nov 2023 04:38:31 +0100 Subject: Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package --- .../npm/node_modules/funcaptcha/lib/api.d.ts | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 g4f/Provider/npm/node_modules/funcaptcha/lib/api.d.ts (limited to 'g4f/Provider/npm/node_modules/funcaptcha/lib/api.d.ts') diff --git a/g4f/Provider/npm/node_modules/funcaptcha/lib/api.d.ts b/g4f/Provider/npm/node_modules/funcaptcha/lib/api.d.ts deleted file mode 100644 index 94e7b22e..00000000 --- a/g4f/Provider/npm/node_modules/funcaptcha/lib/api.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -export interface GetTokenOptions { - pkey: string; - surl?: string; - data?: { - [key: string]: string; - }; - headers?: { - [key: string]: string; - }; - site?: string; - location?: string; - proxy?: string; - language?: string; -} -export interface GetTokenResult { - challenge_url: string; - challenge_url_cdn: string; - challenge_url_cdn_sri: string; - disable_default_styling: boolean | null; - iframe_height: number | null; - iframe_width: number | null; - kbio: boolean; - mbio: boolean; - noscript: string; - tbio: boolean; - token: string; -} -export declare function getToken(options: GetTokenOptions): Promise; -- cgit v1.2.3