[PR #1117] [MERGED] feat: model filter (whitelist) #7377

Closed
opened 2025-11-11 17:24:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1117
Author: @tjbck
Created: 3/10/2024
Status: Merged
Merged: 3/10/2024
Merged by: @tjbck

Base: devHead: model-whitelist


📝 Commits (4)

  • 2194663 feat: model whitelist
  • 6d5ff8d feat: frontend whitelist model selector
  • b550e23 feat: model filter backend
  • 81daf4c feat: model filter frontend integration

📊 Changes

8 files changed (+242 additions, -89 deletions)

View changed files

📝 backend/apps/ollama/main.py (+16 -2)
📝 backend/apps/openai/main.py (+15 -3)
📝 backend/main.py (+34 -0)
📝 src/lib/apis/index.ts (+62 -0)
📝 src/lib/components/admin/Settings/Users.svelte (+113 -0)
📝 src/lib/components/chat/MessageInput.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Models.svelte (+0 -82)
📝 src/routes/(app)/playground/+page.svelte (+1 -1)

📄 Description

No description provided


🔄 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/1117 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/10/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `model-whitelist` --- ### 📝 Commits (4) - [`2194663`](https://github.com/open-webui/open-webui/commit/219466374d5dea11e74ca713e5a02dae74a71446) feat: model whitelist - [`6d5ff8d`](https://github.com/open-webui/open-webui/commit/6d5ff8d4698fa51ac944b4599368237dede4aef9) feat: frontend whitelist model selector - [`b550e23`](https://github.com/open-webui/open-webui/commit/b550e23bf6fcd54a4a31841e1201ea1b0e3937a3) feat: model filter backend - [`81daf4c`](https://github.com/open-webui/open-webui/commit/81daf4ceb9bf3ead0a01948baeecd659771cc1e3) feat: model filter frontend integration ### 📊 Changes **8 files changed** (+242 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/ollama/main.py` (+16 -2) 📝 `backend/apps/openai/main.py` (+15 -3) 📝 `backend/main.py` (+34 -0) 📝 `src/lib/apis/index.ts` (+62 -0) 📝 `src/lib/components/admin/Settings/Users.svelte` (+113 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Models.svelte` (+0 -82) 📝 `src/routes/(app)/playground/+page.svelte` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 2025-11-11 17:24:51 -06: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#7377