Skip to content

mlc-ai/Web-LLM-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Related Repository: WebLLM Join Discord

Chat with AI assistant running locally in your browser powered by WebGPU. This project is currently under development and supports document editing assistance on Overleaf. More features are planned.

demo

Getting Started

1. Install Dependencies

Using your preferred JavaScript package manager to install the dependencies.

npm install
# or
yarn
# or
pnpm install

2. Build the Project

npm run build
# or
yarn build
# or
pnpm run build

3. Install the Chrome extension

Launch Google Chrome and navigate to the extensions page by entering chrome://extensions. Enable Developer Mode by clicking the toggle switch next to Developer mode. Click the Load unpacked button and select the dist directory.

Links