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
rag
main
0377931
07cc7f1
60b6907
6ce41c7
702ffdf
243fa75
25cabc2
7e4a13f
66aeb88
947013c
57 files changed (+2520 additions, -1485 deletions)
📝 .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)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/lint-backend.disabled
.github/workflows/lint-frontend.disabled
.github/workflows/node.js.yaml
Dockerfile
README.md
TROUBLESHOOTING.md
backend/apps/ollama/main.py
backend/apps/ollama/old_main.py
backend/apps/openai/main.py
backend/apps/web/main.py
backend/apps/web/models/auths.py
backend/apps/web/models/chats.py
backend/apps/web/models/modelfiles.py
backend/apps/web/models/prompts.py
backend/apps/web/models/users.py
backend/apps/web/routers/auths.py
...and 37 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.