[PR #1033] [MERGED] 0.1.109 #7356

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • f9f3fe5 refac delete logic
  • 2250387 retain the message in history object
  • 05221ea add fake_useragent to get a realistic header for rag/web requests
  • fe19f12 Merge pull request #1023 from fbirlik/patch-useragent
  • cc47159 rf: message input dom queries
  • 0fc76d4 rf: dom queries in ResponseMessageComponent
  • a5c1ac9 rf: dom queries in Account component
  • 13f0052 rf: dom queries in UserMessage component
  • f4f6724 rf: dom queries in Chats component
  • fe040ce rf: dom queries in Models component

📊 Changes

39 files changed (+1917 additions, -1030 deletions)

View changed files

📝 .env.example (+2 -2)
📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -1)
📝 .github/workflows/build-release.yml (+12 -2)
📝 CHANGELOG.md (+20 -0)
📝 Dockerfile (+1 -1)
📝 README.md (+3 -3)
📝 TROUBLESHOOTING.md (+4 -4)
📝 backend/apps/ollama/main.py (+835 -14)
backend/apps/ollama/old_main.py (+0 -127)
📝 backend/apps/rag/main.py (+9 -3)
📝 backend/apps/web/routers/utils.py (+3 -3)
📝 backend/config.py (+11 -6)
📝 backend/constants.py (+2 -0)
📝 backend/main.py (+9 -1)
📝 backend/requirements.txt (+2 -0)
📝 docker-compose.yaml (+2 -2)
📝 kubernetes/helm/templates/webui-deployment.yaml (+1 -1)
📝 kubernetes/manifest/base/webui-deployment.yaml (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/ollama/index.ts (+42 -27)

...and 19 more files

📄 Description

Resolves #1031 #1024 #1006 #788 #278 #1064 #1061


🔄 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/1033 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f9f3fe5`](https://github.com/open-webui/open-webui/commit/f9f3fe5ec02ef63259e1ad3ac2fa1de7335f9e54) refac delete logic - [`2250387`](https://github.com/open-webui/open-webui/commit/225038738294f35228003ba497d3378c0aaa3a8e) retain the message in history object - [`05221ea`](https://github.com/open-webui/open-webui/commit/05221ea1355165b44b44f1bc6676992c5bb011a3) add fake_useragent to get a realistic header for rag/web requests - [`fe19f12`](https://github.com/open-webui/open-webui/commit/fe19f125d46706227c768f0b8be1a7473e62c6e2) Merge pull request #1023 from fbirlik/patch-useragent - [`cc47159`](https://github.com/open-webui/open-webui/commit/cc471597cdde23cfa0272b5761d5d149fb24bd32) rf: message input dom queries - [`0fc76d4`](https://github.com/open-webui/open-webui/commit/0fc76d46db9a0589cc852291a382132226c0e5cd) rf: dom queries in ResponseMessageComponent - [`a5c1ac9`](https://github.com/open-webui/open-webui/commit/a5c1ac9680b63ff47cacd6aa34fded311d0a51cf) rf: dom queries in Account component - [`13f0052`](https://github.com/open-webui/open-webui/commit/13f00521225db4d41d37c901ea0a87baae64a63b) rf: dom queries in UserMessage component - [`f4f6724`](https://github.com/open-webui/open-webui/commit/f4f6724d960b8a7a943b84a4c90668d61eb52fd4) rf: dom queries in Chats component - [`fe040ce`](https://github.com/open-webui/open-webui/commit/fe040ce82b6d20a8afe3cf492d3b7ad21b92d108) rf: dom queries in Models component ### 📊 Changes **39 files changed** (+1917 additions, -1030 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -1) 📝 `.github/workflows/build-release.yml` (+12 -2) 📝 `CHANGELOG.md` (+20 -0) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+3 -3) 📝 `TROUBLESHOOTING.md` (+4 -4) 📝 `backend/apps/ollama/main.py` (+835 -14) ➖ `backend/apps/ollama/old_main.py` (+0 -127) 📝 `backend/apps/rag/main.py` (+9 -3) 📝 `backend/apps/web/routers/utils.py` (+3 -3) 📝 `backend/config.py` (+11 -6) 📝 `backend/constants.py` (+2 -0) 📝 `backend/main.py` (+9 -1) 📝 `backend/requirements.txt` (+2 -0) 📝 `docker-compose.yaml` (+2 -2) 📝 `kubernetes/helm/templates/webui-deployment.yaml` (+1 -1) 📝 `kubernetes/manifest/base/webui-deployment.yaml` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/ollama/index.ts` (+42 -27) _...and 19 more files_ </details> ### 📄 Description Resolves #1031 #1024 #1006 #788 #278 #1064 #1061 --- <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:17 -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#7356