mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #897] [MERGED] dev #7312
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/897
Author: @tjbck
Created: 2/24/2024
Status: ✅ Merged
Merged: 2/24/2024
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (10+)
9e50a80Merge pull request #732 from ollama-webui/user-display-limitee1c37fReplaced old .ai TLD with new .com TLDa2a433bMerge pull request #735 from Arthur2500/main0b5344crefac: placeholder styling136e864Merge pull request #738 from ollama-webui/stylinga6bb452Add Docker tagsc0b5e66Merge pull request #739 from justinh-rahb/docker-action63e6f39refac1def55cMerge pull request #725 from jnkstr/no-internet-whisper27ae4d0feat: fullscreen mode📊 Changes
155 files changed (+13221 additions, -5032 deletions)
View changed files
📝
.dockerignore(+3 -0)📝
.env.example(+7 -1)➕
.gitattributes(+1 -0)➕
.github/pull_request_template.md(+32 -0)➕
.github/workflows/build-release.yml(+49 -0)📝
.github/workflows/docker-build.yaml(+11 -5)➕
CHANGELOG.md(+25 -0)📝
Dockerfile(+46 -15)📝
INSTALLATION.md(+2 -2)📝
README.md(+55 -182)📝
TROUBLESHOOTING.md(+8 -8)📝
backend/.gitignore(+3 -1)➕
backend/apps/audio/main.py(+80 -0)➕
backend/apps/images/main.py(+193 -0)📝
backend/apps/ollama/main.py(+53 -21)📝
backend/apps/ollama/old_main.py(+2 -2)📝
backend/apps/openai/main.py(+105 -44)📝
backend/apps/rag/main.py(+422 -83)📝
backend/apps/web/internal/db.py(+3 -1)📝
backend/apps/web/main.py(+30 -8)...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.