Update localai to version v2.28.0 (#2613)

This commit is contained in:
Alexander L. 2025-04-23 12:37:11 +02:00 committed by GitHub
parent 2a175de789
commit 661a6250a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
PROXY_AUTH_WHITELIST: "/v1/*"
api:
image: localai/localai:v2.27.0-aio-cpu@sha256:534b9ff2d2875d77cedcb7017af821af9668b7906f916e49efbd7c30b7dc37ff
image: localai/localai:v2.28.0-aio-cpu@sha256:4931cc2c44743bbd3cb26be43930e8df832c84d41c8ce263d96b437e9f077f09
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
interval: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: localai
category: ai
name: LocalAI
version: "v2.27.0"
version: "v2.28.0"
tagline: Drop-in OpenAI replacement
description: >-
LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that's compatible with OpenAI API specifications for local inferencing.
@ -17,7 +17,16 @@ description: >-
Also, before running a model, make sure your device has enough free RAM to support it. Attempting to run a model that exceeds your available memory could cause your device to crash or become unresponsive. Always check the model requirements before downloading or starting it.
releaseNotes: ""
releaseNotes: >-
This release brings exciting updates to LocalAI:
- New LocalAI logo and branding
- SYCL support added for stablediffusion.cpp
- WebUI enhancements for improved user experience
- Support for the Lumina model family for image generation
- Bug fixes, including issues related to LOCALAI_SINGLE_ACTIVE_BACKEND
Full release notes can be found at https://github.com/mudler/LocalAI/releases
developer: Ettore Di Giacinto
website: https://localai.io/
dependencies: []