mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16689] issue: Providers setting the "name" attribute of of models to null breaks things #33539
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nkukard on GitHub (Aug 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16689
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.22
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
[I read through the confirmations but a lot of this is not relevant]
This issue pertains to Mistral.ai and them setting one of the model names to null. This breaks the OpenWebUI interface. See https://github.com/open-webui/open-webui/discussions/4150
I'd expect Open WebUI not to backtrace and lock one out of the interface when this happens.
Actual Behavior
Web interface is locked up, backend backtraces endlessly.
Steps to Reproduce
Absolutely no other configuration, as easy as that.
Logs & Screenshots
Line 45 of models output: https://github.com/user-attachments/files/21823517/example_models.json
Backtrace: https://github.com/user-attachments/files/21823518/backtrace.txt
Models dump in Python...
Additional Information
I'll be submitting a patch shortly which works around this edge case.