bedge_ai
The one-dependency LocalAI Kit umbrella. It includes the facade, platform services, Gemma, Sherpa and Genkit adapters.
dependencies:
bedge_ai: ^0.0.1
import 'package:bedge_ai/bedge_ai.dart';
final ai = await LocalAI.initialize(
LocalAIConfig.offlineChat(),
plugins: const [GemmaAdapterPlugin()],
);
Use the individual packages instead when you want tighter dependency control and the smallest possible application binary. This umbrella intentionally brings all first-party adapter runtimes into the dependency graph.
See the LocalAI Kit repository for the full documentation.
Libraries
- bedge_ai
- The all-in-one LocalAI Kit package.
Add
bedge_aiwhen an app wants the facade, platform services and every first-party adapter from one dependency and one import.