Add gpt-4-0125-preview

This commit is contained in:
Leo Li 2024-01-25 15:09:48 -05:00
parent 118e8f541c
commit 3554872d9a
No known key found for this signature in database
GPG Key ID: DC99441AF9F08B7B
1 changed files with 10 additions and 0 deletions

View File

@ -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,