Simple GUI to query a local Ollama API server for inference written in Flutter and manage large language models
- Add models from Ollama servers
- Create local models from Modelfile with template, parameter, adapter and license options
- Copy/Delete installed models
- View Modelfile information, including system prompt template and model parameters
- Save/Delete conversations
git clone [email protected]:mthongvanh/amallo.git
cd amallo
flutter pub get
flutter run -d macos
Built with:
Flutter 3.13.2
Dart 3.1.0
Tested on: macOS Sonoma (14.0) & Xcode 14.3.1