UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

7 lines 235 B
import { Spawner } from '../spawner/types'; export declare function InstallModels(spawner: Spawner): (models: { [x: string]: string; } | undefined) => Promise<{ changed: boolean; }>; //# sourceMappingURL=install-models.d.ts.map