Replies: 3 comments
-
|
The Whitelist/Model filter only applies to Users, not admins: https://docs.openwebui.com/tutorial/whitelist/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Again I set the environment variable here and found that it didn't override my previous manual settings
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to restrict to myself via docker flags the list of available models:
docker run -d -p 8080:8080 -e ENABLE_MODEL_FILTER=true -e MODEL_FILTER_LIST="openai/gpt-4o;meta-llama/llama-3.1-405b-instruct;openai/gpt-4o-mini;anthropic/claude-3.5-sonnet" -e ENABLE_OAUTH_SIGNUP=False -e ENABLE_OLLAMA_API=True -e ENABLE_ADMIN_EXPORT=False -e ENABLE_COMMUNITY_SHARING=False -e WEBUI_BUILD_HASH="AI" -e DEFAULT_USER_ROLE=user -e ENABLE_SIGNUP=False -e WEBUI_NAME="AI" -e ENABLE_LOGIN_FORM=False -e SHOW_ADMIN_DETAILS=False -e WEBUI_AUTH=False -e OPENAI_API_KEY=XXXXX -e CUSTOM_NAME="AI" -e OPENAI_API_BASE_URL=https://openrouter.ai/api/v1 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainI've tried many different filter list to follow what's in the documentation but I can't seem to reach a fixed list.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions