akashi_gemma 0.3.0
akashi_gemma: ^0.3.0 copied to clipboard
On-device LanguageModel for the Akashi agent framework, backed by flutter_gemma: run agents fully offline, or as the primary in a cloud FallbackModel chain.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add akashi_gemmaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
akashi_gemma: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:akashi_gemma/akashi_gemma.dart';