mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 05:40:21 +00:00 
			
		
		
		
	Rename
This commit is contained in:
		
							parent
							
								
									e654408a60
								
							
						
					
					
						commit
						36487b04a5
					
				@ -196,7 +196,7 @@ else
 | 
			
		||||
<MudSelect Disabled="@this.IsNoneERIServerSelected" T="AllowedLLMProviders" @bind-Value="@this.allowedLLMProviders" Label="Allowed LLM providers for this data source" Variant="Variant.Outlined" Margin="Margin.Dense" Validation="@this.ValidateAllowedLLMProviders" Class="mb-1">
 | 
			
		||||
    @foreach (var option in Enum.GetValues<AllowedLLMProviders>())
 | 
			
		||||
    {
 | 
			
		||||
        <MudSelectItem Value="@option">@option.Name()</MudSelectItem>
 | 
			
		||||
        <MudSelectItem Value="@option">@option.Description()</MudSelectItem>
 | 
			
		||||
    }
 | 
			
		||||
</MudSelect>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user