An open API service indexing awesome lists of open source software.

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

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

___

___

___

___

---