[PR #20384] [CLOSED] perf: model icon perf imp #112903

Closed
opened 2026-05-18 13:08:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20384
Author: @Classic298
Created: 1/5/2026
Status: Closed

Base: devHead: model-ic


📝 Commits (4)

📊 Changes

20 files changed (+115 additions, -103 deletions)

View changed files

📝 backend/open_webui/functions.py (+1 -1)
📝 backend/open_webui/main.py (+4 -4)
📝 backend/open_webui/models/models.py (+39 -25)
📝 backend/open_webui/routers/knowledge.py (+2 -2)
📝 backend/open_webui/routers/models.py (+28 -24)
📝 backend/open_webui/routers/ollama.py (+5 -5)
📝 backend/open_webui/routers/openai.py (+2 -2)
📝 backend/open_webui/routers/users.py (+9 -3)
📝 backend/open_webui/utils/chat.py (+1 -1)
📝 backend/open_webui/utils/embeddings.py (+1 -1)
📝 backend/open_webui/utils/models.py (+6 -6)
📝 src/lib/apis/models/index.ts (+1 -0)
📝 src/lib/components/admin/Users/UserList.svelte (+1 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+1 -1)
📝 src/lib/components/chat/ModelSelector/ModelItem.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/PinnedModelItem.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/UserMenu.svelte (+1 -1)
📝 src/lib/components/workspace/Models.svelte (+9 -22)
📝 src/lib/components/workspace/Models/ModelEditor.svelte (+1 -1)

📄 Description

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.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 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/20384 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 1/5/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `model-ic` --- ### 📝 Commits (4) - [`73feb0d`](https://github.com/open-webui/open-webui/commit/73feb0dcb01af5e80cc1c69f48ff0f3a29cfdfeb) model icon perf imp - [`fd1f107`](https://github.com/open-webui/open-webui/commit/fd1f1077357c8b67be42e86125573903b5201614) updated_at - [`92b551d`](https://github.com/open-webui/open-webui/commit/92b551dab9204f8dc5b44af42de59b6194f12fb2) fix - [`bf5a615`](https://github.com/open-webui/open-webui/commit/bf5a6158a117b64e2c6726a9d75fee79246b7e9c) up ### 📊 Changes **20 files changed** (+115 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/functions.py` (+1 -1) 📝 `backend/open_webui/main.py` (+4 -4) 📝 `backend/open_webui/models/models.py` (+39 -25) 📝 `backend/open_webui/routers/knowledge.py` (+2 -2) 📝 `backend/open_webui/routers/models.py` (+28 -24) 📝 `backend/open_webui/routers/ollama.py` (+5 -5) 📝 `backend/open_webui/routers/openai.py` (+2 -2) 📝 `backend/open_webui/routers/users.py` (+9 -3) 📝 `backend/open_webui/utils/chat.py` (+1 -1) 📝 `backend/open_webui/utils/embeddings.py` (+1 -1) 📝 `backend/open_webui/utils/models.py` (+6 -6) 📝 `src/lib/apis/models/index.ts` (+1 -0) 📝 `src/lib/components/admin/Users/UserList.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/ModelSelector/ModelItem.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/PinnedModelItem.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/UserMenu.svelte` (+1 -1) 📝 `src/lib/components/workspace/Models.svelte` (+9 -22) 📝 `src/lib/components/workspace/Models/ModelEditor.svelte` (+1 -1) </details> ### 📄 Description ### 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. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <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-18 13:08:09 -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#112903