mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #13671] issue: I Can't show model list at 'user role account' #55658
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 @dateno1 on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13671
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.7 (0.6.5 get same reult and updated today but not fixed)
Ollama Version (if applicable)
v0.6.6
Operating System
MacOS Sequoia
Browser (if applicable)
FireFox 138.0/Chrome 136.0.7103.93
Confirmation
README.md.Expected Behavior
Work well
Actual Behavior
I can't get model list
Steps to Reproduce
Logs & Screenshots
No models on List
Browser Console (No Error or Warning)
open-webui1-log.zip
Docker Log
Additional Information
Ollama@MacMini M4 12G - OpenWebUI@Docker@Synology DS918+ - Computer
All of them on same subnet
@tjbck commented on GitHub (May 8, 2025):
All models are private by default, PLEASE check for prior discussions and docs.
@darlanalves commented on GitHub (May 11, 2025):
Same here. I first tried using a second user today, and could not find any option in the UI to make the models public.
I didn't expect them to be private by default.
After an hour trying I searched for bugs and found this issue.
I'd consider a usability bug. I tried navigating around all admin settings and I still don't know how to fix this.
@Classic298 commented on GitHub (May 11, 2025):
@darlanalves admin settings > models > edit a model > it says private. click on it and set it public
@dateno1 commented on GitHub (May 11, 2025):
Thanks It worked
I want to share model for all account but don't want to allow 'admin permission'
@darlanalves commented on GitHub (May 11, 2025):
Thanks! That does work. I would not have found that alone.
Is not that I'm new to UI's... I'm a frontend engineer. I ran hundreds of small apps I wrote from scratch. I have a home lab with a k8s cluster. So I'm pretty much a do-it-yourself person.
Having that said, after trying out the UI at home, I decided to make a new user for my partner. To my surprise, she could not see any models, or add new ones. I could not find how to enable all models by default for everyone. I read the docs and found no mention of private by default.
I stand by what I said: this is a bad usability bug.
Unless there's a flag to change the default, I have to enable models 1 by 1, for dozens of them.
@Classic298 commented on GitHub (May 11, 2025):
@darlanalves it is mentioned in the docs.
https://docs.openwebui.com/getting-started/env-configuration#bypass_model_access_control
@darlanalves commented on GitHub (May 12, 2025):
@Classic298 Thanks!
First, let me say this project is fantastic, and a massive thank you all for maintaining such free self-hostable interface 💚.
Now, I don't want to be too pedantic, but I insist it's a usability issue.
You see...
Without prior knowledge of these points, it's quite difficult to find this option.
Maybe it's as simple as expanding a bit on the docs, to mention the words "public" and "private" in this environment variable section.
Maybe it would have helped to mention the way this works in any section where we connect model API's.
Or even better: can we have an UI toggle that can flip this option on/off, in the models section of admin settings? That is by far the easiest place to explain what it does (via tooltip), and help with usability.
Thanks again and have a nice day!
@Classic298 commented on GitHub (May 12, 2025):
Hi @darlanalves
Feel free to contribute to the docs as many people do.
I have done so a few times.
If you think this is something that can be improved, create a PR and add it to an existing page or create a new subpage where it would be fitting, in the docs.
Open Source strives with contributions