mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #20951] [CLOSED] 0.7.3 8 #25845
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/20951
Author: @ztx888
Created: 1/26/2026
Status: ❌ Closed
Base:
main← Head:0.7.3-8📝 Commits (10+)
7a95d99更新69a5fed镜像推送857fb77更新48fb361更新e66ccf1修复gemini接口e8e008c修复geminiae28cd3修复gemini问题dff02ea修复gemini失效的问题d07db28修复gemini流式会话db5b88a修复生成图片的问题📊 Changes
232 files changed (+29230 additions, -13335 deletions)
View changed files
➕
.claude/settings.local.json(+10 -0)📝
.env.example(+7 -1)📝
.github/workflows/build-release.yml(+0 -11)➕
.github/workflows/build-wheel.yml(+82 -0)➖
.github/workflows/docker-build.yaml(+0 -806)➕
.github/workflows/docker-publish-arm.yml(+58 -0)➕
.github/workflows/docker-publish.yml(+58 -0)📝
CHANGELOG.md(+288 -123)📝
Dockerfile(+2 -2)📝
README.md(+271 -154)📝
backend/open_webui/config.py(+92 -7)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+10 -7)📝
backend/open_webui/internal/db.py(+50 -1)📝
backend/open_webui/main.py(+99 -50)📝
backend/open_webui/retrieval/web/utils.py(+60 -0)📝
backend/open_webui/routers/configs.py(+27 -0)➕
backend/open_webui/routers/gemini.py(+1655 -0)📝
backend/open_webui/routers/models.py(+85 -4)📝
backend/open_webui/routers/ollama.py(+16 -1)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.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.