dauillama icon indicating copy to clipboard operation
dauillama copied to clipboard

Flutter Ollama UI

Dauillama

a DArt(Flutter) UI for local Ollama API

Usage

Launch Ollama desktop app or run ollama serve.

The OllamaClient attempts to retrieve the OLLAMA_BASE_URL from the environment variables, defaulting to http://127.0.0.1:11434/api if it is not set.

Platforms

  • [x] Macos
  • [x] Windows
  • [x] Linux
  • [ ] Web

Features

  • [x] generate a chat completion
  • [x] list models
  • [x] show model information
  • [x] pull a model
  • [x] update a model
  • [x] delete a model
  • [x] Chat history
  • [ ] temperature & model options
  • [ ] create a model (modelFile)
  • [ ] prompt templates library
  • [ ] ollama settings customization

Screenshots