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: main ← Head: dev
main
dev
14c38d3
ef9a799
a901031
bbf9dea
203cd84
712f0e3
171084e
2b84af8
9a83bde
9881022
37 files changed (+1554 additions, -765 deletions)
📝 .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)
.github/workflows/build-release.yml
CHANGELOG.md
Dockerfile
README.md
backend/apps/images/main.py
backend/apps/litellm/main.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/config.py
backend/data/config.json
backend/main.py
backend/requirements.txt
package.json
src/lib/apis/images/index.ts
src/lib/apis/index.ts
src/lib/apis/litellm/index.ts
src/lib/apis/rag/index.ts
src/lib/components/admin/Settings/Users.svelte
...and 17 more files
Resolves #1098 #1104 #1094 #1105 #774
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:dev📝 Commits (10+)
14c38d3Update Models.svelteef9a799Merge pull request #1080 from officialsahyaboutorabi/patch-1a901031fix: accept attributebbf9deafix: show lates changes in releases203cd84Update Dockerfile712f0e3Merge pull request #1084 from jannikstdl/patch-4171084eMerge pull request #1088 from pandego/patch-12b84af8refac: litellm9a83bdefeat: max token option for litellm models9881022fix📊 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.