File size: 179 Bytes
cc276cc
 
 
 
 
1
2
3
4
5
6
// public/worker.js
import { WebWorkerMLCEngine } from "@mlc-ai/web-llm";

// This is the entry point for the WebWorker that runs the LLM
const engine = new WebWorkerMLCEngine();