[PR #1575] [CLOSED] update #7506

Closed
opened 2025-11-11 17:28:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1575
Author: @Boldi247
Created: 4/16/2024
Status: Closed

Base: mainHead: main


📝 Commits (8)

📊 Changes

32 files changed (+184 additions, -43 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 Dockerfile (+124 -0)
📝 backend/apps/ollama/main.py (+3 -0)
📝 backend/config.py (+6 -4)
📝 backend/main.py (+2 -0)
📝 backend/static/favicon.png (+0 -0)
📝 src/lib/components/chat/MessageInput.svelte (+3 -1)
📝 src/lib/components/chat/Messages/Placeholder.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar.svelte (+5 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+2 -2)
📝 src/lib/i18n/locales/ca-ES/translation.json (+2 -2)
📝 src/lib/i18n/locales/de-DE/translation.json (+2 -2)
📝 src/lib/i18n/locales/en-US/translation.json (+2 -2)
📝 src/lib/i18n/locales/es-ES/translation.json (+2 -2)
📝 src/lib/i18n/locales/fa-IR/translation.json (+2 -2)
📝 src/lib/i18n/locales/fr-CA/translation.json (+2 -2)
📝 src/lib/i18n/locales/fr-FR/translation.json (+2 -2)
📝 src/lib/i18n/locales/it-IT/translation.json (+2 -2)
📝 src/lib/i18n/locales/ja-JP/translation.json (+2 -2)
📝 src/lib/i18n/locales/ko-KR/translation.json (+2 -2)

...and 12 more files

📄 Description

update


🔄 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/1575 **Author:** [@Boldi247](https://github.com/Boldi247) **Created:** 4/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`045c622`](https://github.com/open-webui/open-webui/commit/045c62266ba01fffe8a1a879b8bddc1e6ce0b9e7) improved - [`b07cc7c`](https://github.com/open-webui/open-webui/commit/b07cc7c95e8e3bdf9979d29b507598c7702f1d77) Merge branch 'open-webui:main' into main - [`39b7887`](https://github.com/open-webui/open-webui/commit/39b78879b607a60a02b09d2eb9641385697cc205) Update config.py - [`a38b348`](https://github.com/open-webui/open-webui/commit/a38b3483d1fab30b62cb392757a14c873dd0b59d) ignoring python virtual environment - [`d01beb5`](https://github.com/open-webui/open-webui/commit/d01beb52ff6feef1332951ef0b7758a3126309f4) identified place to edit for RAG - [`24f0a03`](https://github.com/open-webui/open-webui/commit/24f0a03cfa2cfbf4c6d445484c8c447f866c4f21) ui changes - [`9cdd3bb`](https://github.com/open-webui/open-webui/commit/9cdd3bb55a16fc824b637a8205f07d9133fdae14) Merge pull request #1 from kornelj/ui-styling - [`fff36a2`](https://github.com/open-webui/open-webui/commit/fff36a256b8e1dea2eedd3b14d21d5a2360351dd) Merge branch 'main' into main ### 📊 Changes **32 files changed** (+184 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `Dockerfile` (+124 -0) 📝 `backend/apps/ollama/main.py` (+3 -0) 📝 `backend/config.py` (+6 -4) 📝 `backend/main.py` (+2 -0) 📝 `backend/static/favicon.png` (+0 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+3 -1) 📝 `src/lib/components/chat/Messages/Placeholder.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar.svelte` (+5 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/en-US/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/it-IT/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/ja-JP/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/ko-KR/translation.json` (+2 -2) _...and 12 more files_ </details> ### 📄 Description update --- <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:28:40 -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#7506