UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

3 lines 208 B
import { MLCEngineConfig, MLCEngineInterface } from './webLLMShared'; export declare const MLCEngine: new (engineConfig?: MLCEngineConfig) => MLCEngineInterface; //# sourceMappingURL=webLLMChatModule.d.ts.map