Skip to content

Commit e8abe18

Browse files
localai-botlocalai-bot
authored andcommitted
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 <localai-bot@example.com>
1 parent 89076ba commit e8abe18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@
556556
- gpu
557557
overrides:
558558
backend: neutts
559+
parameters:
560+
model: neuphonic/neutts-air
559561
known_usecases:
560562
- tts
561563
- name: vllm-omni-z-image-turbo

0 commit comments

Comments
 (0)