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/undici/types/balanced-pool.d.ts | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 g4f/Provider/npm/node_modules/undici/types/balanced-pool.d.ts (limited to 'g4f/Provider/npm/node_modules/undici/types/balanced-pool.d.ts') diff --git a/g4f/Provider/npm/node_modules/undici/types/balanced-pool.d.ts b/g4f/Provider/npm/node_modules/undici/types/balanced-pool.d.ts deleted file mode 100644 index d1e93758..00000000 --- a/g4f/Provider/npm/node_modules/undici/types/balanced-pool.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import Pool from './pool' -import Dispatcher from './dispatcher' -import { URL } from 'url' - -export default BalancedPool - -declare class BalancedPool extends Dispatcher { - constructor(url: string | string[] | URL | URL[], options?: Pool.Options); - - addUpstream(upstream: string | URL): BalancedPool; - removeUpstream(upstream: string | URL): BalancedPool; - upstreams: Array; - - /** `true` after `pool.close()` has been called. */ - closed: boolean; - /** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */ - destroyed: boolean; -} -- cgit v1.2.3