v4.1.3
mudler/LocalAIv4.1.3Apr 6, 2026by mudler
AI Summary
A patch release focusing on bug fixes for authentication, audio processing, and GPU detection.
Key Highlights
- Fixed login via legacy API keys
- Fixed Anthropic token emission and SSE tool calls
- Improved GPU detection for MacOS and Thor
- Updated dependencies for grpc and ghw
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Bug fixes :bug: * fix(token): login via legacy api keys by @mudler in https://github.com/mudler/LocalAI/pull/9249 * fix(anthropic): do not emit empty tokens and fix SSE tool calls by @mudler in https://github.com/mudler/LocalAI/pull/9258 * fix(gpu): better detection for MacOS and Thor by @mudler in https://github.com/mudler/LocalAI/pull/9263 ### 👒 Dependencies * chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9253 * chore(deps): bump github.com/jaypipes/ghw from 0.23.0 to 0.24.0 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9250 * chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9256 * chore(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.64.0 to 0.65.0 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9254 ### Other Changes * chore: :arrow_up: Update ggml-org/llama.cpp to `d0a6dfeb28a09831d904fc4d910ddb740da82834` by @localai-bot in https://github.com/mudler/LocalAI/pull/9259 * docs: :arrow_up: update docs version mudler/LocalAI by @localai-bot in https://github.com/mudler/LocalAI/pull/9260 * chore: :arrow_up: Update ace-step/acestep.cpp to `e0c8d75a672fca5684c88c68dbf6d12f58754258` by @localai-bot in https://github.com/mudler/LocalAI/pull/9261 * chore: :arrow_up: Update leejet/stable-diffusion.cpp to `8afbeb6ba9702c15d41a38296f2ab1fe5c829fa0` by @localai-bot in https://github.com/mudler/LocalAI/pull/9262 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.1.2...v4.1.3