mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Add gpt-4-0125-preview
This commit is contained in:
		@@ -108,6 +108,7 @@ export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
 | 
			
		||||
export const KnowledgeCutOffDate: Record<string, string> = {
 | 
			
		||||
  default: "2021-09",
 | 
			
		||||
  "gpt-4-1106-preview": "2023-04",
 | 
			
		||||
  "gpt-4-0125-preview": "2023-04",
 | 
			
		||||
  "gpt-4-vision-preview": "2023-04",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -175,6 +176,15 @@ export const DEFAULT_MODELS = [
 | 
			
		||||
      providerType: "openai",
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: "gpt-4-0125-preview",
 | 
			
		||||
    available: true,
 | 
			
		||||
    provider: {
 | 
			
		||||
      id: "openai",
 | 
			
		||||
      providerName: "OpenAI",
 | 
			
		||||
      providerType: "openai",
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: "gpt-4-vision-preview",
 | 
			
		||||
    available: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user