[PR #1650] [MERGED] fix #20741

Closed
opened 2026-04-20 03:09:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1650
Author: @tjbck
Created: 4/21/2024
Status: Merged
Merged: 4/21/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

  • 7a1f1d3 Update README.md
  • aa4b2cc Merge pull request #1638 from Silentoplayz/patch-1
  • 948f2e9 chore: litellm bump
  • 743bbae Bugfix: FileReader can't be resused so init one per image
  • 489c45f fix: Update websocket protocol based on the original schema.
  • e82d9c8 Merge pull request #1644 from Entaigner/patch-6
  • f202a95 Merge pull request #1647 from dyamagishi/comfyui_ws_schema
  • 302c507 revert: litellm bump

📊 Changes

3 files changed (+46 additions, -29 deletions)

View changed files

📝 README.md (+22 -2)
📝 backend/apps/images/utils/comfyui.py (+2 -2)
📝 src/lib/components/chat/MessageInput.svelte (+22 -25)

📄 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/1650 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/21/2024 **Status:** ✅ Merged **Merged:** 4/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`7a1f1d3`](https://github.com/open-webui/open-webui/commit/7a1f1d36a12ca10715c92b87bb78cdf7a1f461ef) Update README.md - [`aa4b2cc`](https://github.com/open-webui/open-webui/commit/aa4b2cc36fedcaa4bfacdaad4c6a878fc82b9860) Merge pull request #1638 from Silentoplayz/patch-1 - [`948f2e9`](https://github.com/open-webui/open-webui/commit/948f2e913e30a0726dc1a8033913362dc68b0e9e) chore: litellm bump - [`743bbae`](https://github.com/open-webui/open-webui/commit/743bbae5d1c3573b7104a7b589e76c7cdc385ed1) Bugfix: FileReader can't be resused so init one per image - [`489c45f`](https://github.com/open-webui/open-webui/commit/489c45ffdf33ef9c9b97e3c52a016d6bf40b09cb) fix: Update websocket protocol based on the original schema. - [`e82d9c8`](https://github.com/open-webui/open-webui/commit/e82d9c873b5ea2fc1c52e426c20df2f2121e07e2) Merge pull request #1644 from Entaigner/patch-6 - [`f202a95`](https://github.com/open-webui/open-webui/commit/f202a956612deeedcd44379e53e9d1b2038e8140) Merge pull request #1647 from dyamagishi/comfyui_ws_schema - [`302c507`](https://github.com/open-webui/open-webui/commit/302c5074e9e6cbfaa7fb47c46fd646d59596c29f) revert: litellm bump ### 📊 Changes **3 files changed** (+46 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -2) 📝 `backend/apps/images/utils/comfyui.py` (+2 -2) 📝 `src/lib/components/chat/MessageInput.svelte` (+22 -25) </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-04-20 03:09:21 -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#20741