Skip to content

v2.15.0

Compare
Choose a tag to compare
@mudler mudler released this 09 May 17:20
· 95 commits to master since this release
f69de3b

local-ai-release

๐ŸŽ‰ LocalAI v2.15.0! ๐Ÿš€

Hey awesome people! I'm happy to announce the release of LocalAI version 2.15.0! This update introduces several significant improvements and features, enhancing usability, functionality, and user experience across the board. Dive into the key highlights below, and don't forget to check out the full changelog for more detailed updates.

๐ŸŒ WebUI Upgrades: Turbocharged!

๐Ÿš€ Vision API Integration

The Chat WebUI now seamlessly integrates with the Vision API, making it easier for users to test image processing models directly through the browser interface - this is a very simple and hackable interface in less then 400L of code with Alpine.JS and HTMX!

output

๐Ÿ’ฌ System Prompts in Chat

System prompts can be set in the WebUI chat, which guide the user through interactions more intuitively, making our chat interface smarter and more responsive.

output

๐ŸŒŸ Revamped Welcome Page

New to LocalAI or haven't installed any models yet? No worries! The updated welcome page now guides users through the model installation process, ensuring you're set up and ready to go without any hassle. This is a great first step for newcomers - thanks for your precious feedback!

output

๐Ÿ”„ Background Operations Indicator

Don't get lost with our new background operations indicator on the WebUI, which shows when tasks are running in the background.

output

๐Ÿ” Filter Models by Tag and Category

As our model gallery balloons, you can now effortlessly sift through models by tag and category, making finding what you need a breeze.

output

๐Ÿ”ง Single Binary Release

LocalAI is expanding into offering single binary releases, simplifying the deployment process and making it easier to get LocalAI up and running on any system.

For the moment we have condensed the builds which disables AVX and SSE instructions set. We are also planning to include cuda builds as well.

๐Ÿง  Expanded Model Gallery

This release introduces several exciting new models to our gallery, such as 'Soliloquy', 'tess', 'moondream2', 'llama3-instruct-coder' and 'aurora', enhancing the diversity and capability of our AI offerings. Our selection of one-click-install models is growing! We pick carefully model from the most trending ones on huggingface, feel free to submit your requests in a github issue, hop to our Discord or contribute by hosting your gallery, or.. even by adding models directly to LocalAI!

local-ai-gallery
local-ai-gallery-new

Want to share your model configurations and customizations? See the docs: https://localai.io/docs/getting-started/customize-model/

๐Ÿ“ฃ Let's Make Some Noise!

A gigantic THANK YOU to everyone whoโ€™s contributedโ€”your feedback, bug squashing, and feature suggestions are what make LocalAI shine. To all our heroes out there supporting other users and sharing their expertise, youโ€™re the real MVPs!

Remember, LocalAI thrives on community supportโ€”not big corporate bucks. If you love what we're building, show some love! A shoutout on social (@LocalAI_OSS and @mudler_it on twitter/X), joining our sponsors, or simply starring us on GitHub makes all the difference.

Also, if you haven't yet joined our Discord, come on over! Here's the link: https://discord.gg/uJAeKSAGDy

Thanks a ton, and.. enjoy this release!


What's Changed

Bug fixes ๐Ÿ›

  • fix(webui): correct documentation URL for text2img by @mudler in #2233
  • fix(ux): fix small glitches by @mudler in #2265

Exciting New Features ๐ŸŽ‰

  • feat: update ROCM and use smaller image by @cryptk in #2196
  • feat(llama.cpp): do not specify backends to autoload and add llama.cpp variants by @mudler in #2232
  • fix(webui): display small navbar with smaller screens by @mudler in #2240
  • feat(startup): show CPU/GPU information with --debug by @mudler in #2241
  • feat(single-build): generate single binaries for releases by @mudler in #2246
  • feat(webui): ux improvements by @mudler in #2247
  • fix: OpenVINO winograd always disabled by @fakezeta in #2252
  • UI: flag trust_remote_code to users // favicon support by @dave-gray101 in #2253
  • feat(ui): prompt for chat, support vision, enhancements by @mudler in #2259

๐Ÿง  Models

๐Ÿ“– Documentation and examples

๐Ÿ‘’ Dependencies

Other Changes

New Contributors

Full Changelog: v2.14.0...v2.15.0