mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #7475] [MERGED] 0.4.7 #45113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.