mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
* fix: de-duplicate model tags case-insensitively This change updates the `setTags` function in the `Models.svelte` component and the `onMount` function in the `Selector.svelte` component to convert all model tags to lowercase before removing duplicates. This ensures that tags with different capitalization (e.g., "Best" and "best") are treated as a single tag, preventing duplicate entries in the tag filter dropdown on both the workspace models page and the new chat page. * Update Selector.svelte * refac |
||
|---|---|---|
| .. | ||
| admin | ||
| app | ||
| channel | ||
| chat | ||
| common | ||
| icons | ||
| layout | ||
| notes | ||
| playground | ||
| workspace | ||
| AddConnectionModal.svelte | ||
| AddFilesPlaceholder.svelte | ||
| AddToolServerModal.svelte | ||
| ChangelogModal.svelte | ||
| ImportModal.svelte | ||
| NotificationToast.svelte | ||
| OnBoarding.svelte | ||