UNPKG

web-llm-window

Version:

Window wrapper for web-llm library to access its API globally

7 lines (6 loc) 122 B
import { ChatModule } from '@mlc-ai/web-llm'; declare global { interface Window { WebLLM: ChatModule; } }