mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #4770] [CLOSED] fix:Reformat mail content #8354
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/4770
Author: @shuanghai-yu
Created: 8/21/2024
Status: ❌ Closed
Base:
dev← Head:reformat_mail_content📝 Commits (10+)
dbfcad1feat: title change6b791f0feat: ui customizationeab8a03update: sidebar layout2e1ca17update: icon & title replacement46a720efeat: hide doc in chat & ui updateb1844e4update: system name9fd67c0Merge pull request #1 from ciai-engineering/fe-dev6f864aeenable external hostc1ce535set workflow5f600f0update: change model select & add doc mng & bot name📊 Changes
117 files changed (+4742 additions, -786 deletions)
View changed files
📝
.github/workflows/build-release.yml(+6 -3)📝
.github/workflows/docker-build.yaml(+254 -252)📝
Dockerfile(+42 -0)➕
HelmDeploy.md(+59 -0)📝
backend/apps/audio/main.py(+1 -1)📝
backend/apps/images/main.py(+8 -8)📝
backend/apps/litellm/main.py(+1 -1)📝
backend/apps/ollama/main.py(+29 -25)📝
backend/apps/rag/main.py(+53 -5)📝
backend/apps/rag/utils.py(+28 -25)📝
backend/apps/web/internal/db.py(+44 -0)📝
backend/apps/web/internal/migrations/001_initial_schema.py(+2 -0)➕
backend/apps/web/internal/migrations/008_add_tools.py.py(+60 -0)📝
backend/apps/web/main.py(+5 -0)📝
backend/apps/web/models/auths.py(+5 -1)➕
backend/apps/web/models/services.py(+35 -0)➕
backend/apps/web/models/staffs.py(+51 -0)➕
backend/apps/web/models/tools.py(+127 -0)📝
backend/apps/web/models/users.py(+5 -0)📝
backend/apps/web/routers/auths.py(+127 -19)...and 80 more files
📄 Description
Pull Request Checklist
To fix this issue
Changelog Entry
Description
Added
Changed
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.