mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #3882] [MERGED] 0.3.9 #8147
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/3882
Author: @tjbck
Created: 7/15/2024
Status: ✅ Merged
Merged: 7/17/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
a62b092Update config.json0ef27bfrefacb094153fix7ba7b95feat: message event9ab97b8revert: reset vector dbf462744refac7d7a29cfix4dd77b7fix8dcb3d7refac9f9122benh: ChatValves📊 Changes
83 files changed (+2596 additions, -828 deletions)
View changed files
📝
CHANGELOG.md(+28 -0)📝
backend/apps/images/main.py(+1 -1)📝
backend/apps/ollama/main.py(+80 -26)📝
backend/apps/openai/main.py(+21 -20)📝
backend/apps/rag/main.py(+18 -6)📝
backend/apps/socket/main.py(+31 -0)📝
backend/apps/webui/main.py(+43 -4)📝
backend/apps/webui/models/functions.py(+9 -0)📝
backend/apps/webui/routers/files.py(+2 -0)📝
backend/apps/webui/utils.py(+2 -0)📝
backend/constants.py(+5 -5)📝
backend/data/config.json(+1 -1)📝
backend/main.py(+208 -46)📝
backend/migrations/env.py(+1 -1)📝
backend/requirements.txt(+5 -5)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/index.ts(+39 -0)📝
src/lib/apis/rag/index.ts(+1 -1)📝
src/lib/components/admin/Settings/Images.svelte(+1 -0)...and 63 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.