mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Fixed auto-save of the selected provider
This commit is contained in:
parent
f8245c4fb8
commit
06bd412543
@ -396,7 +396,8 @@ public partial class AssistantERI : AssistantBaseCore
|
||||
|
||||
if(this.selectedERIServer is null)
|
||||
return;
|
||||
|
||||
|
||||
this.SettingsManager.ConfigurationData.ERI.PreselectedProvider = this.providerSettings.Id;
|
||||
this.selectedERIServer.ServerName = this.serverName;
|
||||
this.selectedERIServer.ServerDescription = this.serverDescription;
|
||||
this.selectedERIServer.ERIVersion = this.selectedERIVersion;
|
||||
|
Loading…
Reference in New Issue
Block a user