mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #22322] issue: OpenAI API Connection Model-IDs are not saved #58364
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 @m1g32 on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22322
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
No response
Operating System
Kubernetes 1.32
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Adding a model ID for a configured OpenAI API Connection in the Admin-Panel will be saved correctly and persists.
Actual Behavior
When adding a Model ID for a connection in the Admin Panel it will be shown as correctly added. This model is definitely available and provided by the configured connection.
However, when refreshing the page or returning to the settings from a chat, the model ID list is empty again.
Setting ENABLE_PERSISTENT_CONFIG to true or false does not change this behavior. DEFAULT_MODELS is set to one specific model.
In previous versions of Open WebUI (i.e. 0.7.x) we did not run into this problem, it only became apparent with 0.8.x versions.
Steps to Reproduce
Logs & Screenshots
No errors are shown in the logs, at least not with GLOBAL_LOG_LEVEL INFO as debug is not possible with the flood of data.
Additional Information
No response