mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Allow the possibility to block/allow/whitelist model parameters #2376
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 @aleixdorca on GitHub (Oct 14, 2024).
Hi everyone!
I was thinking it might be helpful to add a feature that allows Admins to control which model parameters users can adjust.
Currently, users have the freedom to change any parameter, which can sometimes lead to performance issues on the local server.
For instance, if a model is set up with a specific context size to manage VRAM usage efficiently, a user may change this setting. The result might be that the model starts using the CPU instead of the GPU, potentially causing disruptions in the server's quality of service (QoS).
What do you think?
Best regards.