Original PR: https://github.com/open-webui/open-webui/pull/7475 Author: @tjbck Created: 11/29/2024 Status: ✅ Merged Merged: 12/1/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
c5ef53a
26615ba
53296c1
dbd6ac8
5d724d0
7be93d2
17ed735
b85cfdc
ea883b2
ff0a7f1
87 files changed (+3336 additions, -1106 deletions)
📝 CHANGELOG.md (+18 -0) 📝 backend/open_webui/apps/ollama/main.py (+1 -1) 📝 backend/open_webui/apps/retrieval/loaders/youtube.py (+21 -2) 📝 backend/open_webui/apps/retrieval/main.py (+11 -3) 📝 backend/open_webui/apps/webui/models/tools.py (+7 -3) 📝 backend/open_webui/config.py (+72 -0) 📝 backend/open_webui/constants.py (+1 -0) 📝 backend/open_webui/env.py (+2 -2) 📝 backend/open_webui/main.py (+113 -1) 📝 backend/open_webui/utils/security_headers.py (+7 -0) 📝 backend/open_webui/utils/task.py (+35 -8) 📝 backend/requirements.txt (+5 -5) 📝 package-lock.json (+30 -23) 📝 package.json (+1 -1) 📝 pyproject.toml (+5 -5) 📝 src/app.css (+10 -3) 📝 src/lib/apis/index.ts (+71 -0) 📝 src/lib/apis/retrieval/index.ts (+1 -0) 📝 src/lib/components/admin/Settings/Interface.svelte (+39 -6) 📝 src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte (+6 -1)
CHANGELOG.md
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/retrieval/loaders/youtube.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/webui/models/tools.py
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/utils/security_headers.py
backend/open_webui/utils/task.py
backend/requirements.txt
package-lock.json
package.json
pyproject.toml
src/app.css
src/lib/apis/index.ts
src/lib/apis/retrieval/index.ts
src/lib/components/admin/Settings/Interface.svelte
src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte
...and 67 more files
#6276
🔄 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/7475
Author: @tjbck
Created: 11/29/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
c5ef53arefac: disable empty model id26615baUpdate translation.json53296c1[feat] Allow use of proxy for downloading Youtube transscriptsdbd6ac8refac: textarea5d724d0Merge pull request #7420 from Xelaph/dev7be93d2fix: tools export17ed735refacb85cfdcrefac: textareaea883b2refacff0a7f1Update catalan translation.json📊 Changes
87 files changed (+3336 additions, -1106 deletions)
View changed files
📝
CHANGELOG.md(+18 -0)📝
backend/open_webui/apps/ollama/main.py(+1 -1)📝
backend/open_webui/apps/retrieval/loaders/youtube.py(+21 -2)📝
backend/open_webui/apps/retrieval/main.py(+11 -3)📝
backend/open_webui/apps/webui/models/tools.py(+7 -3)📝
backend/open_webui/config.py(+72 -0)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+2 -2)📝
backend/open_webui/main.py(+113 -1)📝
backend/open_webui/utils/security_headers.py(+7 -0)📝
backend/open_webui/utils/task.py(+35 -8)📝
backend/requirements.txt(+5 -5)📝
package-lock.json(+30 -23)📝
package.json(+1 -1)📝
pyproject.toml(+5 -5)📝
src/app.css(+10 -3)📝
src/lib/apis/index.ts(+71 -0)📝
src/lib/apis/retrieval/index.ts(+1 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+39 -6)📝
src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte(+6 -1)...and 67 more files
📄 Description
#6276
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.