https://github.com/rxlabz/dauillama
Flutter Ollama UI
https://github.com/rxlabz/dauillama
ai dartlang flutter ollama-client
Last synced: 6 months ago
JSON representation
Flutter Ollama UI
- Host: GitHub
- URL: https://github.com/rxlabz/dauillama
- Owner: rxlabz
- License: mit
- Created: 2024-05-07T20:04:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:17:20.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:04:44.225Z (6 months ago)
- Topics: ai, dartlang, flutter, ollama-client
- Language: Dart
- Homepage:
- Size: 8.39 MB
- Stars: 24
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Dauillama
a DArt(Flutter) UI for local [Ollama](https://ollama.com) API
- uses [Ollama Dart](https://pub.dev/packages/ollama_dart)
## Usage
Launch Ollama desktop app or run [ollama serve](https://github.com/ollama/ollama#start-ollama).
The [OllamaClient](https://pub.dev/documentation/ollama_dart/latest/ollama_dart/OllamaClient-class.html) 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
___
___
___
___
---
![]()