mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 03:40:21 +00:00 
			
		
		
		
	Fixed storing provider for temporary chats
This commit is contained in:
		
							parent
							
								
									50c15994ec
								
							
						
					
					
						commit
						76cfb00015
					
				@ -200,6 +200,7 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            this.chatThread = new()
 | 
					            this.chatThread = new()
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
					                SelectedProvider = this.providerSettings.Id,
 | 
				
			||||||
                WorkspaceId = this.currentWorkspaceId,
 | 
					                WorkspaceId = this.currentWorkspaceId,
 | 
				
			||||||
                ChatId = Guid.NewGuid(),
 | 
					                ChatId = Guid.NewGuid(),
 | 
				
			||||||
                Name = threadName,
 | 
					                Name = threadName,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user