mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-03 18:20:20 +00:00 
			
		
		
		
	Spelling
This commit is contained in:
		
							parent
							
								
									f47c4daa36
								
							
						
					
					
						commit
						311ad20114
					
				@ -8,7 +8,7 @@ namespace AIStudio.Provider;
 | 
				
			|||||||
public abstract class BaseProvider
 | 
					public abstract class BaseProvider
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// The HTTP client to use for all requests.
 | 
					    /// The HTTP client to use it for all requests.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    protected readonly HttpClient httpClient = new();
 | 
					    protected readonly HttpClient httpClient = new();
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user