Browse Source

Add gpt-4-0125-preview (#3924)

Leo Li 1 năm trước cách đây
mục cha
commit
981a3629b6
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      app/constant.ts

+ 10 - 0
app/constant.ts

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