v4.6.2
assafelovic/gpt-researcherv4.6.2Jul 6, 2026by mudler
AI Summary
This release focuses on dependency updates and minor code improvements. It includes a bump to GitHub Actions cache, a refactoring to use slices.Contains, a CI fix for job limits, and the addition of MiniCPM series models to the model gallery.
Key Highlights
- Bump actions/cache from 4 to 6
- Refactor code to use slices.Contains
- Fix CI to shard single-arch backends under GitHub's 256-job limit
- Add MiniCPM series models to the model gallery
New Features
- Added MiniCPM series models to the model gallery
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### 👒 Dependencies * chore(deps): bump actions/cache from 4 to 6 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/10704 ### Other Changes * refactor: use slices.Contains to simplify code by @weifanglab in https://github.com/mudler/LocalAI/pull/10702 * fix(ci): shard single-arch backend matrix under GitHub's 256-job limit by @localai-bot in https://github.com/mudler/LocalAI/pull/10703 * chore(model gallery): add MiniCPM series models by @ZMXJJ in https://github.com/mudler/LocalAI/pull/10699 ## New Contributors * @weifanglab made their first contribution in https://github.com/mudler/LocalAI/pull/10702 * @ZMXJJ made their first contribution in https://github.com/mudler/LocalAI/pull/10699 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.6.1...v4.6.2