mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #5169] [CLOSED] Reload the image when merged int local_dev #8432
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/5169
Author: @ChipCLee
Created: 9/5/2024
Status: ❌ Closed
Base:
main← Head:imagereloaded📝 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
132 files changed (+5631 additions, -824 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(+58 -7)📝
backend/apps/rag/utils.py(+28 -25)➕
backend/apps/web/exceptions/exception.py(+2 -0)📝
backend/apps/web/internal/db.py(+45 -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(+53 -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.