mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #15648] [CLOSED] Custom/translation #62756
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/15648
Author: @passion1014
Created: 7/11/2025
Status: ❌ Closed
Base:
main← Head:custom/translation📝 Commits (10+)
c2082aa초기설정4ea2472..614d120commit9485675Merge remote-tracking branch 'upstream/main' into custom-init-config43830ab0.5.16 version merge9fc6e5b관리자설정에 aifred 메뉴추가bde2daaMerge pull request #1 from passion1014/custom/admin-page21dfa12설정에 aifred 추가f2c17f5Merge remote-tracking branch 'upstream/main'e845aa7commit📊 Changes
113 files changed (+29179 additions, -2343 deletions)
View changed files
📝
.dockerignore(+1 -0)📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+7 -7)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+2 -2)📝
.github/workflows/deploy-to-hf-spaces.yml(+1 -1)📝
.gitignore(+1 -0)➕
.vscode/launch.json(+35 -0)➕
.vscode/launch_window.json(+36 -0)📝
Dockerfile(+32 -2)➕
README.aifred.md(+223 -0)➕
axlrator_start.sh(+18 -0)➕
axlrator_stop.sh(+29 -0)➕
backend/.vscode/launch.json(+35 -0)📝
backend/open_webui/config.py(+196 -70)📝
backend/open_webui/env.py(+14 -5)➕
backend/open_webui/env.py.bak(+444 -0)📝
backend/open_webui/main.py(+30 -11)➕
backend/open_webui/routers/aifred.py(+726 -0)📝
backend/open_webui/routers/auths.py(+38 -15)📝
backend/open_webui/routers/openai.py(+24 -3)📝
backend/open_webui/routers/tasks.py(+95 -40)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.