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_ollamaWith Flutter:
$ flutter pub add ai_app_ollamaThis 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.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.