mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #1362] [MERGED] 0.1.116 #7442
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/1362
Author: @tjbck
Created: 3/31/2024
Status: ✅ Merged
Merged: 3/31/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
1d64d31Updated PVC namingc91c954Changed allocation in webui-deployment.yaml42bb1ecFix spelling9560f91Merge pull request #1283 from pazoff/devc19ea89feat: model download from model selector302bd11fix: pull model from selectorc6f9e74feat: external model iconeb004ccrefac: icon update784a6ecinclude html langchain loader for RAG77f4ffdadd htm/html to supported extensions in ui📊 Changes
57 files changed (+2099 additions, -757 deletions)
View changed files
📝
.github/workflows/format-backend.yaml(+2 -0)📝
.github/workflows/format-build-frontend.yaml(+3 -0)📝
CHANGELOG.md(+18 -0)📝
backend/apps/audio/main.py(+7 -1)📝
backend/apps/ollama/main.py(+12 -2)📝
backend/apps/rag/main.py(+59 -43)📝
backend/apps/web/models/auths.py(+1 -0)📝
backend/apps/web/models/documents.py(+1 -0)📝
backend/apps/web/models/modelfiles.py(+12 -12)📝
backend/apps/web/models/prompts.py(+9 -6)📝
backend/apps/web/models/tags.py(+1 -0)📝
backend/apps/web/routers/chats.py(+1 -0)📝
backend/apps/web/routers/configs.py(+6 -2)📝
backend/apps/web/routers/modelfiles.py(+24 -21)📝
backend/apps/web/routers/users.py(+1 -0)📝
backend/config.py(+18 -3)📝
backend/constants.py(+2 -0)📝
backend/data/config.json(+1 -0)📝
backend/main.py(+11 -5)📝
backend/utils/webhook.py(+28 -1)...and 37 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.