mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20555
Author: @koglep
Created: 1/10/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
c3a0b32feat: add toggle switch to turn the entire model on or off (#20553)📊 Changes
1 file changed (+24 additions, -0 deletions)
View changed files
📝
src/lib/components/admin/Settings/Models.svelte(+24 -0)📄 Description
Description
With an OpenAI API key, there are over 100 available models.
I had to disable the models when creating a new Docker container.
I implemented a toggle switch to turn models on and off.
When models are filtered, the toggle switch only affects the filtered models.
Added
Toggle Switch to turn entire model on/off in model settings.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.