[PR #17722] [MERGED] Fix: Hide hidden models in notes section #95564

Closed
opened 2026-05-15 21:45:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17722
Author: @Classic298
Created: 9/24/2025
Status: Merged
Merged: 9/24/2025
Merged by: @tjbck

Base: devHead: bugfix/hidden-models-in-notes


📝 Commits (1)

  • c32b407 Fix(notes): Hide hidden models in notes section

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 src/lib/components/notes/NoteEditor.svelte (+2 -1)
📝 src/lib/components/notes/NoteEditor/Chat.svelte (+1 -1)

📄 Description

This commit fixes a bug where hidden models were still visible and selectable in the notes section. The following changes were made:

  • The model dropdown in the chat section of the note editor is now filtered to exclude hidden models.
  • The default model selection logic in the note editor is now filtered to exclude hidden models.

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/17722 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `bugfix/hidden-models-in-notes` --- ### 📝 Commits (1) - [`c32b407`](https://github.com/open-webui/open-webui/commit/c32b407f8a4762dccc06237bf946cd038d807a2b) Fix(notes): Hide hidden models in notes section ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/notes/NoteEditor.svelte` (+2 -1) 📝 `src/lib/components/notes/NoteEditor/Chat.svelte` (+1 -1) </details> ### 📄 Description This commit fixes a bug where hidden models were still visible and selectable in the notes section. The following changes were made: - The model dropdown in the chat section of the note editor is now filtered to exclude hidden models. - The default model selection logic in the note editor is now filtered to exclude hidden models. ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-15 21:45:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#95564