ollama_dart 0.1.1 copy "ollama_dart: ^0.1.1" to clipboard
ollama_dart: ^0.1.1 copied to clipboard

Dart Client for the Ollama API (run Llama 3, Phi-3, WizardLM-2, Mistral 7B, Gemma and other models locally).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ollama_dart

With Flutter:

 $ flutter pub add ollama_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ollama_dart: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ollama_dart/ollama_dart.dart';
21
likes
140
pub points
82%
popularity

Publisher

verified publisherdavidmiguel.com

Dart Client for the Ollama API (run Llama 3, Phi-3, WizardLM-2, Mistral 7B, Gemma and other models locally).

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #nlp #llms #ollama

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

fetch_client, freezed_annotation, http, json_annotation, meta

More

Packages that depend on ollama_dart