ai_app_ollama 1.0.1 ai_app_ollama: ^1.0.1 copied to clipboard
A Dart Plugin which can be used to make api request to Ollama AI on localhost
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ai_app_ollama
With Flutter:
$ flutter pub add ai_app_ollama
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
ai_app_ollama: ^1.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.