mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #408] [MERGED] rag #7113
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/408
Author: @tjbck
Created: 1/7/2024
Status: ✅ Merged
Merged: 1/7/2024
Merged by: @tjbck
Base:
rag← Head:main📝 Commits (10+)
0377931feat: ✨ bun support07cc7f1chore: 🚨 lint and format60b6907ci: 👷 move CI to Bun6ce41c7Seperate backend & frontend CI702ffdffix: 👷 build Docker with Bun243fa75fix: 💚 don't lint backend for now25cabc2Merge branch 'main' into bun7e4a13fMerge branch 'main' into bun66aeb88fix: 🔨 use bun instead of bunx in scripts947013cMerge branch 'main' into bun📊 Changes
57 files changed (+2520 additions, -1485 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -1)📝
.github/ISSUE_TEMPLATE/feature_request.md(+0 -1)➕
.github/workflows/format-backend.yaml(+27 -0)➕
.github/workflows/format-build-frontend.yaml(+22 -0)➕
.github/workflows/lint-backend.disabled(+27 -0)➕
.github/workflows/lint-frontend.disabled(+21 -0)➖
.github/workflows/node.js.yaml(+0 -27)📝
Dockerfile(+6 -9)📝
README.md(+14 -4)📝
TROUBLESHOOTING.md(+2 -2)📝
backend/apps/ollama/main.py(+85 -93)➕
backend/apps/ollama/old_main.py(+127 -0)➕
backend/apps/openai/main.py(+143 -0)📝
backend/apps/web/main.py(+3 -2)📝
backend/apps/web/models/auths.py(+9 -1)📝
backend/apps/web/models/chats.py(+18 -21)📝
backend/apps/web/models/modelfiles.py(+13 -12)📝
backend/apps/web/models/prompts.py(+7 -9)📝
backend/apps/web/models/users.py(+17 -1)📝
backend/apps/web/routers/auths.py(+9 -13)...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.