[PR #11321] [CLOSED] sample prototypes #77582

Closed
opened 2026-05-13 11:03:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11321
Author: @karangoyal03
Created: 3/6/2025
Status: Closed

Base: mainHead: testing_open_canvas


📝 Commits (3)

📊 Changes

11 files changed (+793 additions, -172 deletions)

View changed files

📝 backend/dev.sh (+2 -1)
📝 backend/open_webui/main.py (+14 -0)
📝 backend/open_webui/utils/middleware.py (+4 -1)
bot (+1 -0)
📝 src/lib/components/chat/Chat.svelte (+164 -143)
📝 src/lib/components/chat/Messages.svelte (+2 -0)
src/lib/components/pane/RightPane.svelte (+456 -0)
src/lib/components/pane/store.js (+4 -0)
📝 src/lib/components/playground/Chat.svelte (+21 -6)
📝 src/lib/components/playground/Chat/Messages.svelte (+3 -1)
📝 src/lib/components/playground/Completions.svelte (+122 -20)

📄 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/11321 **Author:** [@karangoyal03](https://github.com/karangoyal03) **Created:** 3/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `testing_open_canvas` --- ### 📝 Commits (3) - [`58273af`](https://github.com/open-webui/open-webui/commit/58273afb169eb72d99326bc75401328eabef4ba9) stuff to run the app - [`a8e6254`](https://github.com/open-webui/open-webui/commit/a8e6254c155e38e6417771eeb477907c0f3e44f4) for tool testing - [`1321fbc`](https://github.com/open-webui/open-webui/commit/1321fbca64b98402c4f19249f83df9fa977be66b) sample prototypes ### 📊 Changes **11 files changed** (+793 additions, -172 deletions) <details> <summary>View changed files</summary> 📝 `backend/dev.sh` (+2 -1) 📝 `backend/open_webui/main.py` (+14 -0) 📝 `backend/open_webui/utils/middleware.py` (+4 -1) ➕ `bot` (+1 -0) 📝 `src/lib/components/chat/Chat.svelte` (+164 -143) 📝 `src/lib/components/chat/Messages.svelte` (+2 -0) ➕ `src/lib/components/pane/RightPane.svelte` (+456 -0) ➕ `src/lib/components/pane/store.js` (+4 -0) 📝 `src/lib/components/playground/Chat.svelte` (+21 -6) 📝 `src/lib/components/playground/Chat/Messages.svelte` (+3 -1) 📝 `src/lib/components/playground/Completions.svelte` (+122 -20) </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 2026-05-13 11:03:42 -05: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#77582