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
dev
main
9e50a80
ee1c37f
a2a433b
0b5344c
136e864
a6bb452
c0b5e66
63e6f39
1def55c
27ae4d0
155 files changed (+13221 additions, -5032 deletions)
📝 .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)
.dockerignore
.env.example
.gitattributes
.github/pull_request_template.md
.github/workflows/build-release.yml
.github/workflows/docker-build.yaml
CHANGELOG.md
Dockerfile
INSTALLATION.md
README.md
TROUBLESHOOTING.md
backend/.gitignore
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/ollama/main.py
backend/apps/ollama/old_main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/web/internal/db.py
backend/apps/web/main.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/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.