Skip to content
1 min read · 15 words

Type Alias: WebLLMEngine

ts
type WebLLMEngine = MLCEngineInterface;

Defined in: src/batteries/llm/webllm_chat_completions/types.ts:58

The in-browser MLC engine instance the adapter drives.