local_ai_core 0.0.3
local_ai_core: ^0.0.3 copied to clipboard
Pure-Dart core of LocalAI Kit: capability interfaces, configuration, manifests, events, adapter registry and test fakes. No Flutter deps.
Changelog #
0.0.3 #
- Add built-in GGUF manifests for Qwen, Llama, LFM and embedding models.
- Add Moonshine v2 and Dolphin speech-recognition model manifests.
- Expose registered provider keys from
AdapterRegistry. - Correct the Qwen 3.5 GGUF artifact URLs, filenames and sizes.
0.0.2 #
- Tune default VAD endpointing thresholds for snappier turn-taking.
- Collapse repeated words in STT transcripts for cleaner output.
- Fix lint issues in
JsonSchemavalidation and add a runnable example (example/local_ai_core_example.dart). - Correct the bundled Apache-2.0
LICENSEtext and shorten the pubspec description (pub.dev scoring fixes).
0.0.1 #
- Initial public release.