bedge_ai 0.0.3 copy "bedge_ai: ^0.0.3" to clipboard
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.

0
likes
150
points
128
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One-dependency umbrella for LocalAI Kit, including the facade, platform services, Gemma, llama.cpp, Sherpa and Genkit adapters.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, local_ai_core, local_ai_flutter, local_ai_gemma, local_ai_genkit, local_ai_kit, local_ai_llama_cpp, local_ai_sherpa

More

Packages that depend on bedge_ai