mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #24531] [CLOSED] Dev #98749
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/24531
Author: @qinhui13
Created: 5/10/2026
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (3)
bc10485对接openclawf886cc6中文注释和遗漏补充976d0ea入口调整📊 Changes
21 files changed (+1641 additions, -5059 deletions)
View changed files
📝
.gitignore(+1 -0)📝
backend/open_webui/config.py(+52 -0)📝
backend/open_webui/main.py(+25 -0)📝
backend/open_webui/models/chats.py(+19 -0)📝
backend/open_webui/routers/configs.py(+55 -1)📝
backend/open_webui/utils/chat.py(+9 -0)📝
backend/open_webui/utils/models.py(+21 -2)➕
backend/open_webui/utils/openclaw.py(+494 -0)➕
scripts/openclaw_gateway_probe.py(+584 -0)📝
src/lib/apis/configs/index.ts(+57 -0)📝
src/lib/components/admin/Analytics/Dashboard.svelte(+20 -3)📝
src/lib/components/admin/Analytics/ModelUsage.svelte(+23 -4)📝
src/lib/components/admin/Settings.svelte(+28 -0)➕
src/lib/components/admin/Settings/OpenClaw.svelte(+175 -0)📝
src/lib/components/chat/ModelSelector.svelte(+27 -8)📝
src/lib/components/chat/ModelSelector/ModelItem.svelte(+9 -3)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+19 -11)📝
src/lib/i18n/locales/en-US/translation.json(+5 -0)📝
src/lib/i18n/locales/zh-CN/translation.json(+5 -0)📝
src/lib/stores/index.ts(+13 -2)...and 1 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. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.