a DArt(Flutter) UI for local Ollama API
- uses Ollama Dart
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.
- Macos
- Windows
- Linux
- Web
- 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