mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-24 03:51:32 -05:00
feat: display model descriptions in new chat #413
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 @CtrlAiDel on GitHub (Mar 4, 2024).
Originally assigned to: @tjbck on GitHub.
Problem Description:
Currently, there's a challenge with identifying models in the New Chat page dropdown list, especially when many models haven't been renamed and possess generic names. As a result, users, particularly those without admin privileges, lack access to model descriptions, which can be crucial for informed selection.
Requested Solution:
Implement a feature that provides model descriptions either upon selection, through a clickable button, or via hover-over functionality. This could involve collapsible sections for descriptions, a button labeled with "?" for accessing descriptions, or displaying descriptions directly below the selected model.
Alternative Considerations:
Additional Context:
Integration of descriptions could be visually integrated into the yellow line of the screenshot provided for optimal user accessibility and convenience.
Thank you for your great UI, and I hope to see this in it one day :) Keep on the amazing work!
-Written by CtrlAiDel & chatGPT :)
@tjbck commented on GitHub (Apr 24, 2024):
Closing in favour of #1725