mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 13:20:20 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			112 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			112 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
								 | 
							
								namespace AIStudio.Assistants.ERI;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								public enum AllowedLLMProviders
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    NONE,
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								    ANY,
							 | 
						||
| 
								 | 
							
								    SELF_HOSTED,
							 | 
						||
| 
								 | 
							
								}
							 |