mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
enh: Support disabling connections #1472
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 @AnotiaWang on GitHub (Jul 9, 2024).
Is your feature request related to a problem? Please describe.
Sometimes when I want to test the performance of models from different LLM providers, I set up a lot of connections on the website. After testing, I want to temporarily delete a connection from a certain provider and wait to try again later.
Describe the solution you'd like
Allow site admins to disable connections in Admin Panel - Connections. Disabled connections will be excluded when fetching the model list.
Describe alternatives you've considered
No
Additional context
No
@tjbck commented on GitHub (Sep 3, 2024):
Closing in favour of #5119