Skip to content

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 Jan 26, 2024
1 parent 1adcea2 commit 6639d7e
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 @@ -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",
};

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 6639d7e

Please sign in to comment.