mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 01:40:21 +00:00 
			
		
		
		
	Spelling
This commit is contained in:
		
							parent
							
								
									c9ce1ac468
								
							
						
					
					
						commit
						a0c7875cf7
					
				@ -41,7 +41,7 @@ public partial class ProviderDialog : ComponentBase
 | 
				
			|||||||
    public string DataHostname { get; set; } = string.Empty;
 | 
					    public string DataHostname { get; set; } = string.Empty;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// The local host to use, e.g., llama.cpp.
 | 
					    /// The host to use, e.g., llama.cpp.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    [Parameter]
 | 
					    [Parameter]
 | 
				
			||||||
    public Host DataHost { get; set; } = Host.NONE;
 | 
					    public Host DataHost { get; set; } = Host.NONE;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user