MCPcopy
hub / github.com/cs-lazy-tools/ChatGPT-On-CS / VYroAIOptions

Interface VYroAIOptions

src/main/gptproxy/vyro/index.ts:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import * as API from './resources';
11
12export interface VYroAIOptions {
13 baseURL?: string;
14 apiKey?: string;
15 timeout?: number | undefined;
16 httpAgent?: Agent;
17 apiType?: (string & NonNullable<unknown>) | 'api';
18 fetch?: Fetch | undefined;
19 defaultHeaders?: Headers;
20 defaultQuery?: DefaultQuery;
21}
22
23export class VYroAI extends APIClient {
24 public apiType: (string & NonNullable<unknown>) | 'api';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected