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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:bugfix/hidden-models-in-notes📝 Commits (1)
c32b407Fix(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:
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.