[PR #897] [MERGED] dev #7312

Closed
opened 2025-11-11 17:23:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: main


📝 Commits (10+)

  • 9e50a80 Merge pull request #732 from ollama-webui/user-display-limit
  • ee1c37f Replaced old .ai TLD with new .com TLD
  • a2a433b Merge pull request #735 from Arthur2500/main
  • 0b5344c refac: placeholder styling
  • 136e864 Merge pull request #738 from ollama-webui/styling
  • a6bb452 Add Docker tags
  • c0b5e66 Merge pull request #739 from justinh-rahb/docker-action
  • 63e6f39 refac
  • 1def55c Merge pull request #725 from jnkstr/no-internet-whisper
  • 27ae4d0 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/897 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/24/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`9e50a80`](https://github.com/open-webui/open-webui/commit/9e50a80819728886ca5be8513047c7c7fd4824ad) Merge pull request #732 from ollama-webui/user-display-limit - [`ee1c37f`](https://github.com/open-webui/open-webui/commit/ee1c37f70ed66e773acd058f065b684cb09b0e6a) Replaced old .ai TLD with new .com TLD - [`a2a433b`](https://github.com/open-webui/open-webui/commit/a2a433b08cdaf97b2f4df284984f7e8f428c0d49) Merge pull request #735 from Arthur2500/main - [`0b5344c`](https://github.com/open-webui/open-webui/commit/0b5344c21b1425c97afe47c951c2d2cbf8f6b1d4) refac: placeholder styling - [`136e864`](https://github.com/open-webui/open-webui/commit/136e864e365f0aae586dede0d66e6557289d9040) Merge pull request #738 from ollama-webui/styling - [`a6bb452`](https://github.com/open-webui/open-webui/commit/a6bb45200be819d10468deb4a6f7831b95bd21e7) Add Docker tags - [`c0b5e66`](https://github.com/open-webui/open-webui/commit/c0b5e66df688e443a5a810357cb4012d0b54c13f) Merge pull request #739 from justinh-rahb/docker-action - [`63e6f39`](https://github.com/open-webui/open-webui/commit/63e6f39b3193e2ab6c4583f73110d543b955e4e1) refac - [`1def55c`](https://github.com/open-webui/open-webui/commit/1def55cf09c1cec5d0e74c9eb674c092921bae0d) Merge pull request #725 from jnkstr/no-internet-whisper - [`27ae4d0`](https://github.com/open-webui/open-webui/commit/27ae4d0d82dea4fb5ef0f0aba6304070e783ccee) feat: fullscreen mode ### 📊 Changes **155 files changed** (+13221 additions, -5032 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:23:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7312