UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

3 lines 229 B
import { MLCEngineConfig, MLCEngineInterface } from './webLLMShared'; export declare const WebWorkerMLCEngine: new (worker: Worker, engineConfig?: MLCEngineConfig) => MLCEngineInterface; //# sourceMappingURL=webLLMClient.d.ts.map