mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
feat: Enhance the flexibility of the interface to differentiate the display between agents and models. #4279
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 @wjwc on GitHub (Mar 6, 2025).
Check Existing Issues
Problem Description
The current requirement is: to add an agent that handles specific tasks on open-webui, but it should not be displayed in the model selection box. It must be shown in the left sidebar, and clicking on this agent will start a new conversation without selecting a model.
The current issue: To implement this feature, I currently have to modify the frontend source code. Is there a better solution?
Desired Solution you'd like
Enhance the flexibility of the interface to differentiate the display between agents and models.
Alternatives Considered
No response
Additional Context
No response