Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Add gpt-4-0125-preview (ChatGPTNextWeb#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo4life2 authored and H0llyW00dzZ committed Jan 26, 2024
1 parent c250b07 commit 2ac8c79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,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",
"gemini-pro": "2023-12", // this need to changed which is the latest date are correctly
};
Expand Down Expand Up @@ -235,6 +236,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,
Expand Down

0 comments on commit 2ac8c79

Please sign in to comment.