mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #5732] [CLOSED] Remove arm build to speed up the build #8541
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/5732
Author: @ChipCLee
Created: 9/26/2024
Status: ❌ Closed
Base:
main← Head:pipeline📝 Commits (10+)
e239c36Merge pull request #5 from ciai-engineering/fe-devdfef6dcfix: show set default model156e0cfupdate: bot namec569365Merge pull request #6 from ciai-engineering/fe-dev4b17f39udpate: system name & ui8b4bbd3update: bg change & theme color fix9380e5fMerge pull request #7 from ciai-engineering/fe-devca6d754fix: logo resolution & bg under dark modea23d85aMerge pull request #8 from ciai-engineering/fe-dev137aeffchange token📊 Changes
137 files changed (+6424 additions, -931 deletions)
View changed files
📝
.github/workflows/build-release.yml(+6 -3)📝
.github/workflows/docker-build.yaml(+318 -316)📝
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(+58 -7)📝
backend/apps/rag/utils.py(+28 -25)➕
backend/apps/web/exceptions/exception.py(+2 -0)📝
backend/apps/web/internal/db.py(+52 -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(+70 -0)➕
backend/apps/web/models/tools.py(+127 -0)📝
backend/apps/web/models/users.py(+5 -0)...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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.