mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: vision model dalle3
This commit is contained in:
		@@ -266,7 +266,9 @@ export function isVisionModel(model: string) {
 | 
			
		||||
    model.includes("gpt-4-turbo") && !model.includes("preview");
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    visionKeywords.some((keyword) => model.includes(keyword)) || isGpt4Turbo
 | 
			
		||||
    visionKeywords.some((keyword) => model.includes(keyword)) ||
 | 
			
		||||
    isGpt4Turbo ||
 | 
			
		||||
    isDalle3(model)
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user