mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 03:20:21 +00:00 
			
		
		
		
	Changed default model to be GPT4-omni
This commit is contained in:
		
							parent
							
								
									21911a68ed
								
							
						
					
					
						commit
						2bdd622dd6
					
				@ -102,7 +102,7 @@ public partial class Chat : ComponentBase
 | 
			
		||||
        // Use the selected provider to get the AI response.
 | 
			
		||||
        // By awaiting this line, we wait for the entire
 | 
			
		||||
        // content to be streamed.
 | 
			
		||||
        await aiText.CreateFromProviderAsync(this.selectedProvider.UsedProvider.CreateProvider(), this.JsRuntime, this.SettingsManager, new Model("gpt-4-turbo-preview"), this.chatThread);
 | 
			
		||||
        await aiText.CreateFromProviderAsync(this.selectedProvider.UsedProvider.CreateProvider(), this.JsRuntime, this.SettingsManager, new Model("gpt-4o"), this.chatThread);
 | 
			
		||||
        
 | 
			
		||||
        // Disable the stream state:
 | 
			
		||||
        this.isStreaming = false;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user