mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: v0.6.33 default model does not populate for standard users #6641
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 @tkg61 on GitHub (Oct 9, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
Ubuntu / K8s
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When upgrading from 0.6.32, the admin selected default model would continue to show for standard users
Actual Behavior
The default model no longer populates and "Select a model" is the prefilled option. Downgrading to 0.6.32 fixes the issue
Admins continue to have the default model work for them. Only a standard user experiences the issue
Steps to Reproduce
Logs & Screenshots
Not working:
Working:
Additional Information
No response
@frenzybiscuit commented on GitHub (Oct 9, 2025):
I don’t have this issue but my user is in a group. If you add the user to groups and they have access to the models section of workspace does this still happen?
@tkg61 commented on GitHub (Oct 9, 2025):
Yes, i have tried:
log out and back in to confirm and it doesn't default to the chat.
@cableman commented on GitHub (Oct 13, 2025):
I see the same issue in 0.6.33
@Lyhtande commented on GitHub (Oct 13, 2025):
Confirmation of Issue with User-Level Direct Connections
I can confirm this issue, but only in a specific case: when a user sets up a direct connection under User Settings → Connections.
In that case, none of the models (e.g.
gpt-4.1-mini) are available in the dropdown during workspace model creation — even though:All)https://api.openai.com/v1with Bearer authenticationAdditionally, in the browser console I get this error when clicking "Verify connection":
The direct connection seems to be broken — it never gets marked as used in OpenAI's API key dashboard, and no models become available when this connection is active.
Summary:
Direct connections currently break model access for the user, even when everything is configured correctly. This is not an issue of group permissions or model availability — it seems to be a bug in how OpenWebUI handles user-level direct connections (at least for OpenAI in my case).
@jimbo-p commented on GitHub (Oct 13, 2025):
Same issue in 0.6.33. Any users who have not set a default model themselves are forced to select one from the drop down (admin default settings will not apply).
@nekomiya-hinata commented on GitHub (Oct 14, 2025):
I'm facing the same issue in version 0.6.33. The default model set by the administrator is not being populated as the user's default model.
However, if a user sets their own default model, it works correctly.
The drag-and-drop sorting feature on the model settings page also stopped working. After downgrading to v0.6.32, it returned to normal.
@rahepler2 commented on GitHub (Oct 14, 2025):
Also seeing this. I have a link to the model as URL.com?models=model_id. For admin this works, for users it simply brings up the model dropdown with search modal and won't display the model.
We are also having an issue with non-admins unable to call tools from a model.
It seems that there is an issue with access checks for users accross the app in 0.6.33
@JARZcorp commented on GitHub (Oct 14, 2025):
Same issue here as described by @nekomiya-hinata
@nickmachairas commented on GitHub (Oct 16, 2025):
This is a significant issue. Not sure if it is related, but when this issue appeared on v0.6.33, I noticed that workspace models with default tools do not get these tools turned on when standard users select the models. They have to manually turn the models on via the integrations menu.
Also, switching models with tools does not change the tools that should be turned on, the interface keeps the tools of the model selected first.
This has turned into a bigger problem than it may seem because users think they get good responses (i.e. with a RAG tool) when in reality they get wrong answers. Most standard users don't know what tools are and how to turn them on.
@tkg61 commented on GitHub (Oct 16, 2025):
I believe this has been solved in 0.6.34 can others test as well?
@nickmachairas commented on GitHub (Oct 17, 2025):
I installed v0.6.34 and the issues I described above persist.
@Azzeo commented on GitHub (Oct 18, 2025):
Having the same problem right now with v0.6.34
@tjbck commented on GitHub (Oct 20, 2025):
We cannot reproduce this issue, perhaps screen recordings here would be helpful.
As a sidenote, "Direct" connections should NOT be used for global models as per its name.