MCPcopy
hub / github.com/enricoros/big-AGI / CliOptions

Interface CliOptions

tools/develop/llm-parameter-sweep/sweep.ts:318–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316} as const;
317
318interface CliOptions {
319 config?: string;
320 dialect?: string;
321 key?: string;
322 host?: string;
323 modelFilter?: string;
324 sweepFilter?: string;
325 delay: number;
326 maxModels: number;
327 verbose: boolean;
328 debug: boolean;
329 includeSymlinks: boolean;
330 dryRun: boolean;
331 sequential: boolean;
332 mergeModels: boolean;
333}
334
335// Types: Config File
336

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected