UNPKG

@capgo/capacitor-llm

Version:

Adds support for LLM locally runned for Capacitor

7 lines 250 B
import { registerPlugin } from '@capacitor/core'; const CapgoLLM = registerPlugin('CapgoLLM', { web: () => import('./web').then((m) => new m.CapgoLLMWeb()), }); export * from './definitions'; export { CapgoLLM }; //# sourceMappingURL=index.js.map