mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12345] feat: Expert mode toggle #16564
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 @Ithanil on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12345
Check Existing Issues
Problem Description
We found that many new users are overwhelmed by some complex options and features, like e.g. workspace tools and chat control menu. In any case you need to explain and document all these features, which is overwhelming for deployers.
The only currently available solution is to deactivate all these features for everyone, which doesn't satisfy the "power users".
Desired Solution you'd like
Allow the user to enable "expert mode", which then enables chat control and all the workspace features he is allowed to use. Make it configurable for the admin what the default is and thus avoid breaking the behavior of existing installations.
Maybe the feature could somehow inherit from the group feature, but it is important that the user can toggle this without administrative intervention. (see 2) below)
Alternatives Considered