[PR #3882] [MERGED] 0.3.9 #8147

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3882
Author: @tjbck
Created: 7/15/2024
Status: Merged
Merged: 7/17/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

83 files changed (+2596 additions, -828 deletions)

View changed files

📝 CHANGELOG.md (+28 -0)
📝 backend/apps/images/main.py (+1 -1)
📝 backend/apps/ollama/main.py (+80 -26)
📝 backend/apps/openai/main.py (+21 -20)
📝 backend/apps/rag/main.py (+18 -6)
📝 backend/apps/socket/main.py (+31 -0)
📝 backend/apps/webui/main.py (+43 -4)
📝 backend/apps/webui/models/functions.py (+9 -0)
📝 backend/apps/webui/routers/files.py (+2 -0)
📝 backend/apps/webui/utils.py (+2 -0)
📝 backend/constants.py (+5 -5)
📝 backend/data/config.json (+1 -1)
📝 backend/main.py (+208 -46)
📝 backend/migrations/env.py (+1 -1)
📝 backend/requirements.txt (+5 -5)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/index.ts (+39 -0)
📝 src/lib/apis/rag/index.ts (+1 -1)
📝 src/lib/components/admin/Settings/Images.svelte (+1 -0)

...and 63 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/3882 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a62b092`](https://github.com/open-webui/open-webui/commit/a62b0924dfa02c98c4ab73926c15190c1a055d9a) Update config.json - [`0ef27bf`](https://github.com/open-webui/open-webui/commit/0ef27bfc5e74743d678bbbdbe29314c50221fbf1) refac - [`b094153`](https://github.com/open-webui/open-webui/commit/b094153af25f4792ec0998a8e5ae2a858067c164) fix - [`7ba7b95`](https://github.com/open-webui/open-webui/commit/7ba7b959a81d6ddace59c3c45ae67b7d7b416660) feat: message event - [`9ab97b8`](https://github.com/open-webui/open-webui/commit/9ab97b834aa47d733317c5e1fcd3c481c0b2fae8) revert: reset vector db - [`f462744`](https://github.com/open-webui/open-webui/commit/f462744fc8d9a164fde286966084b8156058e4c3) refac - [`7d7a29c`](https://github.com/open-webui/open-webui/commit/7d7a29cfb907593c873c6d9edcff2a0bbef61720) fix - [`4dd77b7`](https://github.com/open-webui/open-webui/commit/4dd77b785ad4af9b9b14905679acdeb8ebab6940) fix - [`8dcb3d7`](https://github.com/open-webui/open-webui/commit/8dcb3d78dccc85cb88847dccfae6b196dd9330dc) refac - [`9f9122b`](https://github.com/open-webui/open-webui/commit/9f9122b6d7f573a20bf895e1522a229e26952163) enh: ChatValves ### 📊 Changes **83 files changed** (+2596 additions, -828 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+28 -0) 📝 `backend/apps/images/main.py` (+1 -1) 📝 `backend/apps/ollama/main.py` (+80 -26) 📝 `backend/apps/openai/main.py` (+21 -20) 📝 `backend/apps/rag/main.py` (+18 -6) 📝 `backend/apps/socket/main.py` (+31 -0) 📝 `backend/apps/webui/main.py` (+43 -4) 📝 `backend/apps/webui/models/functions.py` (+9 -0) 📝 `backend/apps/webui/routers/files.py` (+2 -0) 📝 `backend/apps/webui/utils.py` (+2 -0) 📝 `backend/constants.py` (+5 -5) 📝 `backend/data/config.json` (+1 -1) 📝 `backend/main.py` (+208 -46) 📝 `backend/migrations/env.py` (+1 -1) 📝 `backend/requirements.txt` (+5 -5) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/index.ts` (+39 -0) 📝 `src/lib/apis/rag/index.ts` (+1 -1) 📝 `src/lib/components/admin/Settings/Images.svelte` (+1 -0) _...and 63 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:46: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#8147