open-webui/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
..
apis refac/fix: kb image upload handling 2025-10-28 00:34:53 -07:00
components fix: de-duplicate model tags case-insensitively (#18716) 2025-10-30 10:44:05 -07:00
i18n Merge pull request #18648 from itk-dev/feature/danish-translations-added 2025-10-27 15:10:00 -07:00
pyodide wip: pyodide kernel 2025-02-04 21:02:11 -08:00
stores refac: chat navbar menu 2025-10-26 19:23:55 -07:00
types
utils refac: chat navbar menu 2025-10-26 19:23:55 -07:00
workers fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte 2025-08-03 22:36:08 -04:00
constants.ts
dayjs.js feat(dayjs): add zh-tw locale support 2025-06-20 16:24:04 +08:00
emoji-groups.json feat: emoji picker 2024-12-30 02:20:09 -08:00
emoji-shortcodes.json feat: emoji picker 2024-12-30 02:20:09 -08:00
index.ts
shortcuts.ts refac 2025-10-22 17:12:05 -04:00