looood / out /worker.js
looda3131's picture
Clean push without any binary history
cc276cc
// 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();