Current selected LLM not persistent after clicking "New Chat" #10104
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Prioritize must be set to true |
Beta Was this translation helpful? Give feedback.
-
|
This is addressed here: #10258 The issue more specifically was that model specs could not be selected as the "last conversation setup" used to apply to a new chat, when a model spec was last selected/used. Previously, this behavior would only be observed with Now, |
Beta Was this translation helpful? Give feedback.


This is addressed here: #10258
The issue more specifically was that model specs could not be selected as the "last conversation setup" used to apply to a new chat, when a model spec was last selected/used.
Previously, this behavior would only be observed with
prioritize: true. This would seem to create an issue with agents by always prioritizing a model spec instead of the last selected option, the agents in this case.Now,
prioritize: falsecan remain as such and allow using last selected setup, whether spec or not, to be used.