mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-10 15:16:18 -05:00
feat: can admin set default connection for users? #4300
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 @randomseed42 on GitHub (Mar 7, 2025).
Check Existing Issues
Problem Description
I've been running LM Studio and serve through 0.0.0.0:1234 for one model, and running open-webui as admin, and connected to the model using connection, other local intranet user can visit open-webui page, they can register and add connection by themself as well, however I think it is more convenient for other users to directly use this model without any configuration, it is possible at current version? I've done quite some exploration but yet to find any hint here. Thanks!
Desired Solution you'd like
It would be great to have some default setting of connection as global env var, any hint or documentation would be appreciated!
Alternatives Considered
No response
Additional Context
No response