mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Changed state
This commit is contained in:
		
							parent
							
								
									cc6d7ca6a9
								
							
						
					
					
						commit
						c282c209bd
					
				@ -91,7 +91,7 @@ public static class LLMProvidersExtensions
 | 
				
			|||||||
        //
 | 
					        //
 | 
				
			||||||
        // Self-hosted providers are treated as a special case anyway.
 | 
					        // Self-hosted providers are treated as a special case anyway.
 | 
				
			||||||
        //
 | 
					        //
 | 
				
			||||||
        LLMProviders.SELF_HOSTED => false,
 | 
					        LLMProviders.SELF_HOSTED => true,
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        _ => false,
 | 
					        _ => false,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user