mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Conversation history overlap with multiple models #1352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AarushSah on GitHub (Jun 23, 2024).
Bug Report
Description
Bug Summary:
When simultaneously querying multiple models, if you remove models every turn, conversation histories get mixed and jumbled.
Steps to Reproduce:

Start with three models selected, ask a question.
Remove a model, ask another question.

The history overlaps, mixing the history for GPT-4o and Claude 3.5 Sonnet.
Expected Behavior:
I expected the conversation history for Sonnet to be kept seperate from the history for 4o.
Actual Behavior:
The history for 4o overwrote the Sonnet history.
Environment
Open WebUI Version:
0.3.5
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Windows 11
Reproduction Details
Confirmation:
No Need
No Need
Installation Method
pip install open-webui
open-webui serve
Additional Information
I used OpenRouter models.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!