open-webui/src/lib/components
G30 8feed02d40
fix: de-duplicate model tags case-insensitively (#18716)
* 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
2025-10-30 10:44:05 -07:00
..
admin refac/fix: marker api key validation 2025-10-26 22:11:47 -07:00
app chore: streamline the URL used for resources like favicon.png 2025-07-09 09:14:51 +02:00
channel refac 2025-10-02 04:09:17 -05:00
chat fix: de-duplicate model tags case-insensitively (#18716) 2025-10-30 10:44:05 -07:00
common refac 2025-10-28 01:46:36 -07:00
icons refac 2025-10-01 19:31:47 -05:00
layout refac/fix: sidebar open status 2025-10-28 17:31:38 -07:00
notes refac: styling 2025-10-27 15:07:00 -07:00
playground fix: conditionally render system instructions in Chat component 2025-10-24 19:56:01 +04:00
workspace fix: de-duplicate model tags case-insensitively (#18716) 2025-10-30 10:44:05 -07:00
AddConnectionModal.svelte refac/fix: verify connection 2025-10-07 22:56:52 -05:00
AddFilesPlaceholder.svelte refac: styling 2025-09-13 00:37:45 +04:00
AddToolServerModal.svelte refac: external tool validation 2025-10-02 01:29:44 -05:00
ChangelogModal.svelte refac: styling 2025-09-20 00:56:25 -05:00
ImportModal.svelte refac 2025-06-27 15:44:26 +04:00
NotificationToast.svelte refac: styling 2025-09-15 16:28:37 -05:00
OnBoarding.svelte refac: styling 2025-08-05 20:31:10 +04:00