UNPKG

@capgo/capacitor-llm

Version:

Adds support for LLM locally runned for Capacitor

5 lines (4 loc) 135 B
import type { LLMPlugin } from './definitions'; declare const CapgoLLM: LLMPlugin; export * from './definitions'; export { CapgoLLM };