[PR #2856] [MERGED] 0.2.5 #36747

Closed
opened 2026-04-25 10:29:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

68 files changed (+2793 additions, -224 deletions)

View changed files

📝 .github/pull_request_template.md (+1 -1)
📝 CHANGELOG.md (+13 -0)
📝 README.md (+1 -1)
📝 backend/apps/ollama/main.py (+47 -44)
📝 backend/apps/rag/main.py (+24 -0)
backend/apps/socket/main.py (+132 -0)
📝 backend/constants.py (+4 -0)
📝 backend/main.py (+5 -0)
📝 package-lock.json (+82 -2)
📝 package.json (+2 -1)
📝 src/lib/apis/ollama/index.ts (+21 -13)
📝 src/lib/apis/rag/index.ts (+26 -0)
📝 src/lib/components/chat/Chat.svelte (+20 -2)
📝 src/lib/components/chat/Messages.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Audio.svelte (+2 -2)
📝 src/lib/components/chat/Settings/Interface.svelte (+37 -10)
📝 src/lib/components/chat/Settings/Models.svelte (+155 -0)
📝 src/lib/components/common/Banner.svelte (+1 -1)
📝 src/lib/components/common/Tooltip.svelte (+4 -0)
📝 src/lib/components/documents/Settings/General.svelte (+179 -73)

...and 48 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/2856 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0495f01`](https://github.com/open-webui/open-webui/commit/0495f01acbf7b8b3a1527855f13651fc76aa9784) feat: reset upload dir - [`8d9712d`](https://github.com/open-webui/open-webui/commit/8d9712d66ed750da791f3617bd48b2e926f2b0dd) Updated Chinese translation - [`8548439`](https://github.com/open-webui/open-webui/commit/85484392b2a646dca66926f7181d5e98c5d0d59a) feat: websocket - [`4925a65`](https://github.com/open-webui/open-webui/commit/4925a6530bdb1947eaf1ce05860819b1e73c0667) fix: banner z index - [`e242931`](https://github.com/open-webui/open-webui/commit/e2429314f3284a12edff4eb297d75db8a593c69c) Update translation.json - [`bbfa54a`](https://github.com/open-webui/open-webui/commit/bbfa54a6b9d097342ea9458ef10db90697c71dfd) feat: active user count - [`844923d`](https://github.com/open-webui/open-webui/commit/844923d0a468f937eb7519378bd38c9ce37fa711) refac: edit admin - [`fcfdfa3`](https://github.com/open-webui/open-webui/commit/fcfdfa3dea007a9b1adce726ce83ab8b0050223b) added turkmen language - [`fea563c`](https://github.com/open-webui/open-webui/commit/fea563cf8965640f210f8accc6625ed40949e492) Update pull_request_template.md - [`ee625a0`](https://github.com/open-webui/open-webui/commit/ee625a05199a80137ee3c250ddd45c499952fa1c) Update pull_request_template.md ### 📊 Changes **68 files changed** (+2793 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+1 -1) 📝 `CHANGELOG.md` (+13 -0) 📝 `README.md` (+1 -1) 📝 `backend/apps/ollama/main.py` (+47 -44) 📝 `backend/apps/rag/main.py` (+24 -0) ➕ `backend/apps/socket/main.py` (+132 -0) 📝 `backend/constants.py` (+4 -0) 📝 `backend/main.py` (+5 -0) 📝 `package-lock.json` (+82 -2) 📝 `package.json` (+2 -1) 📝 `src/lib/apis/ollama/index.ts` (+21 -13) 📝 `src/lib/apis/rag/index.ts` (+26 -0) 📝 `src/lib/components/chat/Chat.svelte` (+20 -2) 📝 `src/lib/components/chat/Messages.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+2 -2) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+37 -10) 📝 `src/lib/components/chat/Settings/Models.svelte` (+155 -0) 📝 `src/lib/components/common/Banner.svelte` (+1 -1) 📝 `src/lib/components/common/Tooltip.svelte` (+4 -0) 📝 `src/lib/components/documents/Settings/General.svelte` (+179 -73) _...and 48 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 2026-04-25 10:29:38 -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#36747