mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
LLM model choice is now kept when tool settings change
This commit is contained in:
parent
0caf673609
commit
4b334b54fd
@ -611,9 +611,8 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
|
|||||||
{
|
{
|
||||||
var previousProvider = this.Provider;
|
var previousProvider = this.Provider;
|
||||||
var previousChatTemplate = this.currentChatTemplate;
|
var previousChatTemplate = this.currentChatTemplate;
|
||||||
var chatProviderId = this.ChatThread?.SelectedProvider;
|
|
||||||
|
|
||||||
this.Provider = this.SettingsManager.GetChatProviderForLoadedChat(chatProviderId);
|
this.Provider = this.SettingsManager.GetChatProviderForLoadedChat(this.Provider.Id);
|
||||||
if (this.Provider != previousProvider)
|
if (this.Provider != previousProvider)
|
||||||
await this.ProviderChanged.InvokeAsync(this.Provider);
|
await this.ProviderChanged.InvokeAsync(this.Provider);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user