mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #3013] [MERGED] 0.3.3 #7957
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/3013
Author: @tjbck
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/12/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
54bbfa5chore: npm5a3736ffeat: tools page8ad52f0feat: code editorf2bd3fdchore: rm console logdd423f4feat: default tools templatefb0f106refac: styling8b1e2cefeat: code format12a04b1refac: stylingf43b545refac6e7e575refac📊 Changes
93 files changed (+3147 additions, -398 deletions)
View changed files
📝
CHANGELOG.md(+14 -0)📝
README.md(+4 -0)📝
backend/apps/rag/main.py(+43 -25)➕
backend/apps/rag/search/duckduckgo.py(+46 -0)📝
backend/apps/rag/search/serply.py(+10 -10)📝
backend/apps/rag/utils.py(+2 -12)📝
backend/apps/socket/main.py(+0 -12)➕
backend/apps/webui/internal/migrations/012_add_tools.py(+61 -0)📝
backend/apps/webui/main.py(+5 -2)➕
backend/apps/webui/models/tools.py(+132 -0)📝
backend/apps/webui/routers/chats.py(+1 -1)➕
backend/apps/webui/routers/tools.py(+183 -0)📝
backend/apps/webui/routers/utils.py(+17 -0)➕
backend/apps/webui/utils.py(+23 -0)📝
backend/config.py(+23 -3)📝
backend/constants.py(+1 -0)📝
backend/main.py(+221 -19)📝
backend/requirements.txt(+2 -1)📝
backend/start_windows.bat(+2 -1)📝
backend/utils/task.py(+5 -0)...and 73 more files
📄 Description
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.