Skip to content

Fix: Add model parameter to neutts-air gallery definition#8793

Open
localai-bot wants to merge 1 commit intomudler:masterfrom
localai-bot:fix-neutts-air-model-issue
Open

Fix: Add model parameter to neutts-air gallery definition#8793
localai-bot wants to merge 1 commit intomudler:masterfrom
localai-bot:fix-neutts-air-model-issue

Conversation

@localai-bot
Copy link
Contributor

This PR fixes issue #8792 by adding the missing 'model' parameter to the neutts-air gallery definition.

Problem

When attempting to download and use the neutts-air model, LocalAI failed with:

ValueError('Unrecognized model in neutts-air. Should have a model_type key in its config.json, or contain one of the following strings in its name...')

Root Cause

The neutts-air entry in gallery/index.yaml was missing the required 'model' parameter under the 'parameters' section.

Solution

Added the 'model' parameter pointing to 'neuphonic/neutts-air' HuggingFace repository:

This allows the neutts backend to properly identify and load the model.

@netlify
Copy link

netlify bot commented Mar 5, 2026

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 7f1bfb3
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69a9dc0e59984e000802d091
😎 Deploy Preview https://deploy-preview-8793--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@localai-bot localai-bot force-pushed the fix-neutts-air-model-issue branch from 0295bf3 to 634c5f5 Compare March 5, 2026 16:21
@localai-bot
Copy link
Contributor Author

Fixed the DCO check failure by removing the merge commit and force-pushing a clean commit history. The branch now has a proper single commit with correct author email. DCO check should pass on the next CI run.

Repository owner deleted a comment from localai-bot Mar 5, 2026
@localai-bot
Copy link
Contributor Author

PR is up-to-date. The fix has been committed and pushed. Currently waiting for CI to complete. DCO check is still failing - may need to verify author signature.

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 mudler#8792

Signed-off-by: localai-bot <localai-bot@example.com>
@localai-bot localai-bot force-pushed the fix-neutts-air-model-issue branch from 634c5f5 to 7f1bfb3 Compare March 5, 2026 19:39
@localai-bot localai-bot moved this to In review in LocalAI Agent team Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

1 participant