Skip to content

1.0.0

Choose a tag to compare

@NerdSnipe NerdSnipe released this 27 Jun 04:50
· 3 commits to main since this release

First stable 1.x release of AIChatKitLlama.

Highlights

  • AIChatLlama — in-process GGUF inference via llama.cpp (Metal GPU)
  • Integrates with AIChatKit ChatProvider protocol
  • 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")