[PR #1107] [MERGED] 0.1.111 #20576

Closed
opened 2026-04-20 03:03:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

37 files changed (+1554 additions, -765 deletions)

View changed files

📝 .github/workflows/build-release.yml (+5 -5)
📝 CHANGELOG.md (+18 -0)
📝 Dockerfile (+2 -2)
📝 README.md (+10 -2)
📝 backend/apps/images/main.py (+190 -53)
backend/apps/litellm/main.py (+41 -0)
📝 backend/apps/ollama/main.py (+17 -3)
📝 backend/apps/openai/main.py (+22 -4)
📝 backend/apps/rag/main.py (+38 -88)
backend/apps/rag/utils.py (+97 -0)
📝 backend/config.py (+6 -1)
📝 backend/data/config.json (+1 -0)
📝 backend/main.py (+175 -38)
📝 backend/requirements.txt (+2 -1)
📝 package.json (+1 -1)
📝 src/lib/apis/images/index.ts (+83 -8)
📝 src/lib/apis/index.ts (+62 -0)
📝 src/lib/apis/litellm/index.ts (+3 -1)
📝 src/lib/apis/rag/index.ts (+16 -7)
📝 src/lib/components/admin/Settings/Users.svelte (+113 -0)

...and 17 more files

📄 Description

Resolves #1098 #1104 #1094 #1105 #774


🔄 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/1107 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`14c38d3`](https://github.com/open-webui/open-webui/commit/14c38d31a7d4e635617366b83295a0070f84d61f) Update Models.svelte - [`ef9a799`](https://github.com/open-webui/open-webui/commit/ef9a799e77dac5a702ce89afc9339694c5aa2bfa) Merge pull request #1080 from officialsahyaboutorabi/patch-1 - [`a901031`](https://github.com/open-webui/open-webui/commit/a901031896aa7085d03064ba6ee046d695f03fcb) fix: accept attribute - [`bbf9dea`](https://github.com/open-webui/open-webui/commit/bbf9deabf017494845ebfd62fb01315e6ad35d18) fix: show lates changes in releases - [`203cd84`](https://github.com/open-webui/open-webui/commit/203cd84922fd5bd33cbb8260424cd6bab3b76297) Update Dockerfile - [`712f0e3`](https://github.com/open-webui/open-webui/commit/712f0e3501783a5495414373fe7d57a69b31ee3c) Merge pull request #1084 from jannikstdl/patch-4 - [`171084e`](https://github.com/open-webui/open-webui/commit/171084ea0b37714d3bbcb48ade7efea70f57023f) Merge pull request #1088 from pandego/patch-1 - [`2b84af8`](https://github.com/open-webui/open-webui/commit/2b84af878a2bd0deab5423761a48705dcd8cb984) refac: litellm - [`9a83bde`](https://github.com/open-webui/open-webui/commit/9a83bde7e5d5745d3001542a04d8456088fc4986) feat: max token option for litellm models - [`9881022`](https://github.com/open-webui/open-webui/commit/9881022b11a6a8cf650e2afcafd716230a1d976b) fix ### 📊 Changes **37 files changed** (+1554 additions, -765 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.yml` (+5 -5) 📝 `CHANGELOG.md` (+18 -0) 📝 `Dockerfile` (+2 -2) 📝 `README.md` (+10 -2) 📝 `backend/apps/images/main.py` (+190 -53) ➕ `backend/apps/litellm/main.py` (+41 -0) 📝 `backend/apps/ollama/main.py` (+17 -3) 📝 `backend/apps/openai/main.py` (+22 -4) 📝 `backend/apps/rag/main.py` (+38 -88) ➕ `backend/apps/rag/utils.py` (+97 -0) 📝 `backend/config.py` (+6 -1) 📝 `backend/data/config.json` (+1 -0) 📝 `backend/main.py` (+175 -38) 📝 `backend/requirements.txt` (+2 -1) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/images/index.ts` (+83 -8) 📝 `src/lib/apis/index.ts` (+62 -0) 📝 `src/lib/apis/litellm/index.ts` (+3 -1) 📝 `src/lib/apis/rag/index.ts` (+16 -7) 📝 `src/lib/components/admin/Settings/Users.svelte` (+113 -0) _...and 17 more files_ </details> ### 📄 Description Resolves #1098 #1104 #1094 #1105 #774 --- <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-20 03:03:35 -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#20576