Original PR: https://github.com/open-webui/open-webui/pull/2921 Author: @tjbck Created: 6/8/2024 Status: ✅ Merged Merged: 6/10/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
c108d86
882ad21
25ee5f6
bc4aeee
e52568e
c2bbb37
3069fa8
d4b1009
194564e
e7fb861
118 files changed (+7697 additions, -2318 deletions)
📝 CHANGELOG.md (+33 -0) 📝 README.md (+11 -2) 📝 backend/apps/audio/main.py (+209 -61) 📝 backend/apps/ollama/main.py (+7 -6) 📝 backend/apps/openai/main.py (+128 -81) 📝 backend/apps/rag/main.py (+12 -0) 📝 backend/apps/rag/utils.py (+3 -44) 📝 backend/apps/socket/main.py (+25 -6) 📝 backend/config.py (+114 -17) 📝 backend/main.py (+349 -86) 📝 backend/requirements.txt (+4 -1) 📝 backend/start.sh (+2 -2) 📝 backend/utils/misc.py (+48 -1) ➖ backend/utils/models.py (+0 -10) ➕ backend/utils/task.py (+112 -0) 📝 docs/CONTRIBUTING.md (+1 -1) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/app.html (+18 -9) 📝 src/lib/apis/audio/index.ts (+3 -3)
CHANGELOG.md
README.md
backend/apps/audio/main.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/apps/socket/main.py
backend/config.py
backend/main.py
backend/requirements.txt
backend/start.sh
backend/utils/misc.py
backend/utils/models.py
backend/utils/task.py
docs/CONTRIBUTING.md
package-lock.json
package.json
src/app.html
src/lib/apis/audio/index.ts
...and 80 more files
No description provided
🔄 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/2921
Author: @tjbck
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
c108d86added missing i18n keys + german locales882ad21Merge pull request #2862 from jannikstdl/locale-update25ee5f6Update CONTRIBUTING.mdbc4aeeeMerge pull request #2866 from bartowski1182/patch-1e52568efeat: upload pipelinec2bbb37fix: sidebar3069fa8Update main.py to enable http_proxy use for checking for new versionsd4b1009fix: sidebar194564eUpdate Chinese translatione7fb861added missing i18n keys📊 Changes
118 files changed (+7697 additions, -2318 deletions)
View changed files
📝
CHANGELOG.md(+33 -0)📝
README.md(+11 -2)📝
backend/apps/audio/main.py(+209 -61)📝
backend/apps/ollama/main.py(+7 -6)📝
backend/apps/openai/main.py(+128 -81)📝
backend/apps/rag/main.py(+12 -0)📝
backend/apps/rag/utils.py(+3 -44)📝
backend/apps/socket/main.py(+25 -6)📝
backend/config.py(+114 -17)📝
backend/main.py(+349 -86)📝
backend/requirements.txt(+4 -1)📝
backend/start.sh(+2 -2)📝
backend/utils/misc.py(+48 -1)➖
backend/utils/models.py(+0 -10)➕
backend/utils/task.py(+112 -0)📝
docs/CONTRIBUTING.md(+1 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/app.html(+18 -9)📝
src/lib/apis/audio/index.ts(+3 -3)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.