Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ishuru/llm-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser LLM Demo Working with JavaScript and WebGPU

WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26), and Android (check)

Demo, similar to ChatGPT: https://andreinwald.github.io/browser-llm/

Screenshot

HackerNews discussion: https://news.ycombinator.com/item?id=44767775

  • No need to use your OPENAI_API_KEY - it's a local model that runs on your device
  • No network requests to any API
  • No need to install any program
  • No need to download files to your device (model is cached in browser via CacheStorage)
  • Site will ask before downloading large files (LLM model) to browser cache
  • Hosted on GitHub Pages from this repo - secure, because you can see what you're running
  • Default model: Llama-3.2-1B

WebGPU Browser and OS Compatibility

Data on support for the webgpu feature across the major browsers from caniuse.com

About

LLM Browser - Works locally with JavaScript and WebGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • HTML 2.2%