Skip to content

sharanry/minimal_llm_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal LM GUI

[ WORK IN PROGRESS ]

Access it at https://sharanry.github.io/minimal_llm_gui/

Minimal Language Model GUI which runs on the browser.

Built using Bootstrap, HTML, and JavaScript. No backend server, no database, no user accounts, no user input data storage.

Minimalist design, with focus on the core functionality.

Setup

  1. Install ollama server - https://ollama.com/download.

  2. Start ollama server locally using:

OLLAMA_ORIGINS=https://sharanry.github.io ollama serve
  1. Pull your favourite LLM model - https://ollama.com/library
ollama pull llama3
  1. Open the browser and navigate to https://sharanry.github.io/minimal_llm_gui/

Releases

No releases published

Packages

No packages published