Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 399 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 399 Bytes

OllamaFrontend

A dead simple frontend for Ollama served with Bun

Screenshot

Requirements

  • Bun
  • Ollama
  • At least 1 local model

To install dependencies:

bun i

To run:

bun run start

ToDo

  • Handle Streaming data output
  • Format markdown output
  • Make it easy to manage models in GUI
  • Convert this whole thing to a Tauri App IDK