flutter_gpt_engine 0.0.8
flutter_gpt_engine: ^0.0.8 copied to clipboard
Headless Flutter package for running GGUF LLMs locally on Android with streaming, conversation history, web search, device context, thinking support, benchmarking, and CPU/GPU auto-tuning.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_gpt_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_gpt_engine: ^0.0.8Alternatively, 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:flutter_gpt_engine/flutter_gpt_engine.dart';