[PR #2036] [CLOSED] fix: Fix inability to switch ResponseMessage during generation when using Many Models Conversations #7665

Closed
opened 2025-11-11 17:32:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2036
Author: @pandazki
Created: 5/7/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • ae66788 fix: Fix inability to switch ResponseMessage during generation when using Many Models Conversations.

📊 Changes

1 file changed (+155 additions, -155 deletions)

View changed files

📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+155 -155)

📄 Description

Pull Request Checklist

  • Description: Fixed toggle ResponseMessage display logic
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: It has been tested and launched in an internal project
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

When multiple models reply at the same time, switching between incomplete streaming replies is supported


Changelog Entry

Fixed

  • Fixed toggle ResponseMessage display logic #2035

🔄 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/2036 **Author:** [@pandazki](https://github.com/pandazki) **Created:** 5/7/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ae66788`](https://github.com/open-webui/open-webui/commit/ae66788c096b965bd6fe5e745133fb3c5684c189) fix: Fix inability to switch ResponseMessage during generation when using Many Models Conversations. ### 📊 Changes **1 file changed** (+155 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+155 -155) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Fixed toggle ResponseMessage display logic - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** It has been tested and launched in an internal project - [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues? --- ## Description When multiple models reply at the same time, switching between incomplete streaming replies is supported --- ### Changelog Entry ### Fixed - Fixed toggle ResponseMessage display logic #2035 --- <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:32:47 -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#7665