mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #3284] feat(config): Set Ollama Keep_Active parameter for all users in Admin Settings #13207
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 @jgruiz75 on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3284
Is your feature request related to a problem? Please describe.
Given clients can override the server keep_alive parameter, even if the server has a higher value
Describe the solution you'd like
Enable the site admin to set a default value for all users. Ideally, only the admin should set this value instead of leaving it up to individual users.
Additional context
I appreciate that this feature was added recently to support ollama's keep_alive parameter. Not being able to control it as an admin makes things difficult to keep the system responsive as I need it.