mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #11373] [CLOSED] feat: Filter internal, external, and direct models #61575
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/11373
Author: @recrudesce
Created: 3/7/2025
Status: ❌ Closed
Base:
dev← Head:filter-internal-external-models📝 Commits (2)
3b70cd6Merge pull request #11257 from open-webui/dev2348578feat: Add ability to filter model dropdown based on whether they are Internal, External, or Direct.📊 Changes
1 file changed (+85 additions, -36 deletions)
View changed files
📝
src/lib/components/chat/ModelSelector/Selector.svelte(+85 -36)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Adds 3 new filters for the model dropdown, "Internal", "External" and "Direct". This allows you to filter the list based on how the model is connected to OWUI.
Added
Added 3 new filter options next to the "All" button in the tags list on the Model dropdown.
Changed
N/A
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
Filtered by All:

Filtered by Internal:

Filtered by External:

Filtered by Direct:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.