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