From 810a5658809e1a84b6d4ee13a7dcc2f1dce905a6 Mon Sep 17 00:00:00 2001 From: localai-bot Date: Thu, 5 Mar 2026 16:03:56 +0000 Subject: [PATCH] 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 --- gallery/index.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index c7299230fa59..1c3ae6f2a3d8 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -584,6 +584,8 @@ - gpu overrides: backend: neutts + parameters: + model: neuphonic/neutts-air known_usecases: - tts - name: vllm-omni-z-image-turbo