Files
open-webui-custom/src/lib
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
..
2025-10-28 00:34:53 -07:00
2025-02-04 21:02:11 -08:00
2025-10-26 19:23:55 -07:00
2025-10-26 19:23:55 -07:00
2025-06-20 16:24:04 +08:00
2025-10-22 17:12:05 -04:00