bedge_ai 0.0.3
bedge_ai: ^0.0.3 copied to clipboard
One-dependency umbrella for LocalAI Kit, including the facade, platform services, Gemma, llama.cpp, Sherpa and Genkit adapters.
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.