mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-22 11:44:11 -05:00
[GH-ISSUE #2506] "Select a model" when previously started a conversation where the model has been removed and used a new model instead #28435
Reference in New Issue
Block a user
Originally created by @LombudXa on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2506
Bug Report
Description
When I start a conversation with a model which is no longer present and decide to use a new model and keep using that conversation, I always have to select a model again. This is not the case as long as I have this conversation opened. If I switch to another conversation, then back, I have to select a model again. Of course, I could start a new conversation to fix this issue but I'd like to have the same topics within one conversation.
Bug Summary:
I have to keep selecting a model when I started a conversation with a removed model when I log back in, change the conversation or simply leave that page.
Steps to Reproduce:
Start a conversation with any model, delete the model you've chosen for that conversation, open up said conversation again, select a new model and keep the conversation going. Then leave the page (conversation), reenter it and you have to select a new model although I have already new entries with a new model.
Expected Behavior:
Maybe it just should stick with the latest model selected rather than the initial model selected when starting the conversation.
Actual Behavior:
I believe that "Steps to Reproduce:" describes it already.
Environment
Open WebUI Version: [0.1.125] - 2024-05-19
Ollama (if applicable): v0.1.38
Operating System: Windows 11 23H2
Browser (if applicable): Not browser related.
Reproduction Details
Confirmation:
Logs and Screenshots
Screenshots (if applicable):

Started initial conversation with Llama2 (since I deleted Llama2, this is to be expected):
After deleting Llama2, I select Llama3 to keep the conversation going:

Reload the page or do any other action which will change the page, then go back to that conversation:

Installation Method
Docker (Debian system)
Additional Information
Not aware of anything to add here.
@tjbck commented on GitHub (May 23, 2024):
Fixed on dev branch.
@LombudXa commented on GitHub (May 23, 2024):
Cheers :)
@LombudXa commented on GitHub (Jun 2, 2024):
Fixed :) Looks good now. I have tested it and it will now always stick with the latest used model when the conversation continues. Thanks.