UNPKG

@sconedev/ai_toolkit

Version:

Simplify AI integration in web apps with local and offline model support

5 lines (4 loc) 279 B
import { OnnxModelConfig } from '../core/onnxRuntime'; export declare const predefinedModels: Record<string, OnnxModelConfig>; export declare function getModelConfig(modelName: string): OnnxModelConfig; export declare function registerCustomModel(config: OnnxModelConfig): void;