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

Skip to content

Browser LLM Demo (like ChatGPT). Works locally with JavaScript and WebGPU

andreinwald/browser-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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

Browser LLM Demo (like ChatGPT). Works locally with JavaScript and WebGPU

Topics

Resources

Stars

Watchers

Forks