Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.27 KB

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

  • Macos
  • Windows
  • Linux
  • Web

Features

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

Screenshots