mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 02:24:42 -05:00
[PR #1033] [MERGED] 0.1.109 #7356
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/1033
Author: @tjbck
Created: 3/4/2024
Status: ✅ Merged
Merged: 3/6/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
f9f3fe5refac delete logic2250387retain the message in history object05221eaadd fake_useragent to get a realistic header for rag/web requestsfe19f12Merge pull request #1023 from fbirlik/patch-useragentcc47159rf: message input dom queries0fc76d4rf: dom queries in ResponseMessageComponenta5c1ac9rf: dom queries in Account component13f0052rf: dom queries in UserMessage componentf4f6724rf: dom queries in Chats componentfe040cerf: dom queries in Models component📊 Changes
39 files changed (+1917 additions, -1030 deletions)
View changed files
📝
.env.example(+2 -2)📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -1)📝
.github/workflows/build-release.yml(+12 -2)📝
CHANGELOG.md(+20 -0)📝
Dockerfile(+1 -1)📝
README.md(+3 -3)📝
TROUBLESHOOTING.md(+4 -4)📝
backend/apps/ollama/main.py(+835 -14)➖
backend/apps/ollama/old_main.py(+0 -127)📝
backend/apps/rag/main.py(+9 -3)📝
backend/apps/web/routers/utils.py(+3 -3)📝
backend/config.py(+11 -6)📝
backend/constants.py(+2 -0)📝
backend/main.py(+9 -1)📝
backend/requirements.txt(+2 -0)📝
docker-compose.yaml(+2 -2)📝
kubernetes/helm/templates/webui-deployment.yaml(+1 -1)📝
kubernetes/manifest/base/webui-deployment.yaml(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/ollama/index.ts(+42 -27)...and 19 more files
📄 Description
Resolves #1031 #1024 #1006 #788 #278 #1064 #1061
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.