mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-24 20:14:58 -05:00
[PR #413] [MERGED] dev #7116
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/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.