[PR #1362] [MERGED] 0.1.116 #7442

Closed
opened 2025-11-11 17:26:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • 1d64d31 Updated PVC naming
  • c91c954 Changed allocation in webui-deployment.yaml
  • 42bb1ec Fix spelling
  • 9560f91 Merge pull request #1283 from pazoff/dev
  • c19ea89 feat: model download from model selector
  • 302bd11 fix: pull model from selector
  • c6f9e74 feat: external model icon
  • eb004cc refac: icon update
  • 784a6ec include html langchain loader for RAG
  • 77f4ffd add htm/html to supported extensions in ui

📊 Changes

57 files changed (+2099 additions, -757 deletions)

View changed files

📝 .github/workflows/format-backend.yaml (+2 -0)
📝 .github/workflows/format-build-frontend.yaml (+3 -0)
📝 CHANGELOG.md (+18 -0)
📝 backend/apps/audio/main.py (+7 -1)
📝 backend/apps/ollama/main.py (+12 -2)
📝 backend/apps/rag/main.py (+59 -43)
📝 backend/apps/web/models/auths.py (+1 -0)
📝 backend/apps/web/models/documents.py (+1 -0)
📝 backend/apps/web/models/modelfiles.py (+12 -12)
📝 backend/apps/web/models/prompts.py (+9 -6)
📝 backend/apps/web/models/tags.py (+1 -0)
📝 backend/apps/web/routers/chats.py (+1 -0)
📝 backend/apps/web/routers/configs.py (+6 -2)
📝 backend/apps/web/routers/modelfiles.py (+24 -21)
📝 backend/apps/web/routers/users.py (+1 -0)
📝 backend/config.py (+18 -3)
📝 backend/constants.py (+2 -0)
📝 backend/data/config.json (+1 -0)
📝 backend/main.py (+11 -5)
📝 backend/utils/webhook.py (+28 -1)

...and 37 more files

📄 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/1362 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 3/31/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1d64d31`](https://github.com/open-webui/open-webui/commit/1d64d31275c1c81b5c82ab5a3dcef4afd872d0e2) Updated PVC naming - [`c91c954`](https://github.com/open-webui/open-webui/commit/c91c95431d0741b69a10d332067f5d9459818fa3) Changed allocation in webui-deployment.yaml - [`42bb1ec`](https://github.com/open-webui/open-webui/commit/42bb1ec0894af6a422231889a0c2c5a7af050110) Fix spelling - [`9560f91`](https://github.com/open-webui/open-webui/commit/9560f9196db3dd75e8ba384086d3050afb67082d) Merge pull request #1283 from pazoff/dev - [`c19ea89`](https://github.com/open-webui/open-webui/commit/c19ea89a1d7a1bac1713ed44cbab9ab1ca243fea) feat: model download from model selector - [`302bd11`](https://github.com/open-webui/open-webui/commit/302bd11b33ca399307c811113ef0ff435209ad64) fix: pull model from selector - [`c6f9e74`](https://github.com/open-webui/open-webui/commit/c6f9e74477d7ce43c8f456894ba212ec7ecf08f6) feat: external model icon - [`eb004cc`](https://github.com/open-webui/open-webui/commit/eb004ccfc25d8dc1822743de848cfb08bbd20ab5) refac: icon update - [`784a6ec`](https://github.com/open-webui/open-webui/commit/784a6ec85e18b9b798fb7292acf9015beae7fada) include html langchain loader for RAG - [`77f4ffd`](https://github.com/open-webui/open-webui/commit/77f4ffddc1ce8cc57ce7227999fc87049c401605) add htm/html to supported extensions in ui ### 📊 Changes **57 files changed** (+2099 additions, -757 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/format-backend.yaml` (+2 -0) 📝 `.github/workflows/format-build-frontend.yaml` (+3 -0) 📝 `CHANGELOG.md` (+18 -0) 📝 `backend/apps/audio/main.py` (+7 -1) 📝 `backend/apps/ollama/main.py` (+12 -2) 📝 `backend/apps/rag/main.py` (+59 -43) 📝 `backend/apps/web/models/auths.py` (+1 -0) 📝 `backend/apps/web/models/documents.py` (+1 -0) 📝 `backend/apps/web/models/modelfiles.py` (+12 -12) 📝 `backend/apps/web/models/prompts.py` (+9 -6) 📝 `backend/apps/web/models/tags.py` (+1 -0) 📝 `backend/apps/web/routers/chats.py` (+1 -0) 📝 `backend/apps/web/routers/configs.py` (+6 -2) 📝 `backend/apps/web/routers/modelfiles.py` (+24 -21) 📝 `backend/apps/web/routers/users.py` (+1 -0) 📝 `backend/config.py` (+18 -3) 📝 `backend/constants.py` (+2 -0) 📝 `backend/data/config.json` (+1 -0) 📝 `backend/main.py` (+11 -5) 📝 `backend/utils/webhook.py` (+28 -1) _...and 37 more files_ </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:26:28 -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#7442