[PR #15923] [CLOSED] 2025 07 21 #10780

Closed
opened 2025-11-11 19:13:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15923
Author: @ZeroAct
Created: 7/22/2025
Status: Closed

Base: mainHead: 2025_07_21


📝 Commits (10+)

📊 Changes

28 files changed (+592 additions, -3 deletions)

View changed files

.vscode/launch.json (+29 -0)
.vscode/tasks.json (+14 -0)
📝 README.md (+21 -0)
📝 backend/open_webui/config.py (+8 -3)
📝 backend/open_webui/main.py (+2 -0)
backend/open_webui/routers/customs.py (+126 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
📝 backend/open_webui/utils/misc.py (+12 -0)
dev_setting.sh (+65 -0)
env-deploy (+31 -0)
nginx.conf (+19 -0)
run-deploy.sh (+188 -0)
similarity_test.py (+48 -0)
📝 src/lib/components/chat/Chat.svelte (+7 -0)
📝 src/lib/components/chat/MessageInput/InputMenu.svelte (+12 -0)
📝 src/routes/+layout.svelte (+10 -0)
static/assets/images/adam.jpg (+0 -0)
static/assets/images/earth.jpg (+0 -0)
static/assets/images/galaxy.jpg (+0 -0)
static/assets/images/koscom.png (+0 -0)

...and 8 more files

📄 Description

  • 베이스 v0.6.18 코드 동기화

🔄 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/15923 **Author:** [@ZeroAct](https://github.com/ZeroAct) **Created:** 7/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `2025_07_21` --- ### 📝 Commits (10+) - [`0d3b49a`](https://github.com/open-webui/open-webui/commit/0d3b49ae78201f6e08091ea8d8356a629bb11a7f) 개발환경 쿼리 - [`7d5567d`](https://github.com/open-webui/open-webui/commit/7d5567df552a24026dddda7c964e3d271f941cec) add debugging setting json file - [`9f7dd4b`](https://github.com/open-webui/open-webui/commit/9f7dd4bb7238e21de93157ec49a3cb1915340d79) update debug option - [`3a4fa4f`](https://github.com/open-webui/open-webui/commit/3a4fa4fbb3002191995106c9877574fc259aab81) Merge remote-tracking branch 'origin/main' into koscom/main - [`af9738e`](https://github.com/open-webui/open-webui/commit/af9738ec66ff7cb91c4e4191a95b9133f42f7d6c) add similarity_test script - [`2f6a3f3`](https://github.com/open-webui/open-webui/commit/2f6a3f3a85ae04ed3134b232520692aacdac96c8) add deploy params - [`d83507e`](https://github.com/open-webui/open-webui/commit/d83507e95ffe13d10a0d2f45cfd4a333a11933d4) add run script - [`2af3783`](https://github.com/open-webui/open-webui/commit/2af3783179308db2a8859ad0cf374176a7eb1ef1) Merge pull request #1 from koscomtechdev/koscom/configuration - [`839cddb`](https://github.com/open-webui/open-webui/commit/839cddbbd5d3d14dbdfd3834fb8f8385cac6df51) add cache volume mount - [`6163281`](https://github.com/open-webui/open-webui/commit/61632810bf42fdbb69bc48315c1ff3ad16661165) Poc (#2) ### 📊 Changes **28 files changed** (+592 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/launch.json` (+29 -0) ➕ `.vscode/tasks.json` (+14 -0) 📝 `README.md` (+21 -0) 📝 `backend/open_webui/config.py` (+8 -3) 📝 `backend/open_webui/main.py` (+2 -0) ➕ `backend/open_webui/routers/customs.py` (+126 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) 📝 `backend/open_webui/utils/misc.py` (+12 -0) ➕ `dev_setting.sh` (+65 -0) ➕ `env-deploy` (+31 -0) ➕ `nginx.conf` (+19 -0) ➕ `run-deploy.sh` (+188 -0) ➕ `similarity_test.py` (+48 -0) 📝 `src/lib/components/chat/Chat.svelte` (+7 -0) 📝 `src/lib/components/chat/MessageInput/InputMenu.svelte` (+12 -0) 📝 `src/routes/+layout.svelte` (+10 -0) ➖ `static/assets/images/adam.jpg` (+0 -0) ➖ `static/assets/images/earth.jpg` (+0 -0) ➖ `static/assets/images/galaxy.jpg` (+0 -0) ➕ `static/assets/images/koscom.png` (+0 -0) _...and 8 more files_ </details> ### 📄 Description - 베이스 v0.6.18 코드 동기화 --- <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 19:13:37 -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#10780