Original PR: https://github.com/open-webui/open-webui/pull/11321 Author: @karangoyal03 Created: 3/6/2025 Status: ❌ Closed
Base: main ← Head: testing_open_canvas
main
testing_open_canvas
58273af
a8e6254
1321fbc
11 files changed (+793 additions, -172 deletions)
📝 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)
backend/dev.sh
backend/open_webui/main.py
backend/open_webui/utils/middleware.py
bot
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Messages.svelte
src/lib/components/pane/RightPane.svelte
src/lib/components/pane/store.js
src/lib/components/playground/Chat.svelte
src/lib/components/playground/Chat/Messages.svelte
src/lib/components/playground/Completions.svelte
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/11321
Author: @karangoyal03
Created: 3/6/2025
Status: ❌ Closed
Base:
main← Head:testing_open_canvas📝 Commits (3)
58273afstuff to run the appa8e6254for tool testing1321fbcsample prototypes📊 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.