Original PR: https://github.com/open-webui/open-webui/pull/413 Author: @tjbck Created: 1/7/2024 Status: ✅ Merged Merged: 1/7/2024 Merged by: @tjbck
Base: dev ← Head: main
dev
main
bbfe2fb
a580aa8
2994e1a
c8f81a1
9e1660e
3568be4
017825e
e2688dc
16a2d0c
567b88b
107 files changed (+5969 additions, -1964 deletions)
➕ .github/FUNDING.yml (+1 -0) 📝 .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) 📝 .gitignore (+290 -0) 📝 .prettierignore (+3 -0) 📝 Dockerfile (+6 -10) ➕ INSTALLATION.md (+35 -0) 📝 README.md (+82 -31) 📝 TROUBLESHOOTING.md (+2 -2) 📝 backend/.gitignore (+2 -1) 📝 backend/apps/ollama/main.py (+85 -89) ➕ backend/apps/ollama/old_main.py (+127 -0) ➕ backend/apps/openai/main.py (+143 -0) 📝 backend/apps/web/main.py (+17 -7) 📝 backend/apps/web/models/auths.py (+9 -1)
.github/FUNDING.yml
.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
.gitignore
.prettierignore
Dockerfile
INSTALLATION.md
README.md
TROUBLESHOOTING.md
backend/.gitignore
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
...and 80 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/413
Author: @tjbck
Created: 1/7/2024
Status: ✅ Merged
Merged: 1/7/2024
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (10+)
bbfe2fbAdded a better more generic gitignore which covers both python and nodejsa580aa8general-compose-improvements2994e1afixed gpu count envc8f81a1Merge branch 'ollama-webui:main' into general-logistic-improvements9e1660eBe able to configure compose from a shell program3568be4Merge commit 'c8f81a126117485ebfdbe31a74f0973e46208791' into dev017825eadded compose override for data volumee2688dcUse the built image on repository instead of the local one16a2d0cadded option to specify if build image or not567b88badded drop to kill and build capabilities📊 Changes
107 files changed (+5969 additions, -1964 deletions)
View changed files
➕
.github/FUNDING.yml(+1 -0)📝
.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)📝
.gitignore(+290 -0)📝
.prettierignore(+3 -0)📝
Dockerfile(+6 -10)➕
INSTALLATION.md(+35 -0)📝
README.md(+82 -31)📝
TROUBLESHOOTING.md(+2 -2)📝
backend/.gitignore(+2 -1)📝
backend/apps/ollama/main.py(+85 -89)➕
backend/apps/ollama/old_main.py(+127 -0)➕
backend/apps/openai/main.py(+143 -0)📝
backend/apps/web/main.py(+17 -7)📝
backend/apps/web/models/auths.py(+9 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.