1.0.0
First stable 1.x release of AIChatKitLlama.
Highlights
- AIChatLlama — in-process GGUF inference via llama.cpp (Metal GPU)
- Integrates with AIChatKit
ChatProviderprotocol - Model download, progress reporting, and generation options (
topK,minP, repeat penalty)
Also in this release
- MIT license and Swift Package Index manifest (
.spi.yml) - SPI compatibility badges in README
Install
.package(url: "https://github.com/NerdSnipe-Inc/AIChatKit", from: "1.0.0"),
.package(url: "https://github.com/NerdSnipe-Inc/AIChatKitLlama", from: "1.0.0")