From 47efaf5b435fc90e24ca0a4dd8587d386d67e566 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:56:00 +0200 Subject: [PATCH] Fix: Add model parameter to neutts-air gallery definition (#8793) fix: Add model parameter to neutts-air gallery definition The neutts-air model entry was missing the 'model' parameter in its configuration, which caused LocalAI to fail with an 'Unrecognized model' error when trying to use it. This change adds the required model parameter pointing to the HuggingFace repository (neuphonic/neutts-air) so the backend can properly load the model. Fixes #8792 Signed-off-by: localai-bot Co-authored-by: localai-bot --- gallery/index.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 641273ee2..279383cae 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1034,6 +1034,8 @@ - gpu overrides: backend: neutts + parameters: + model: neuphonic/neutts-air known_usecases: - tts - name: vllm-omni-z-image-turbo