瀏覽代碼

add knowledge cutoff date for gpt-4-turbo-2024-04-09

l.tingting 1 年之前
父節點
當前提交
6520f9b7eb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/constant.ts

+ 1 - 0
app/constant.ts

@@ -128,6 +128,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";
 export const KnowledgeCutOffDate: Record<string, string> = {
   default: "2021-09",
   "gpt-4-turbo": "2023-12",
+  "gpt-4-turbo-2024-04-09": "2023-12",
   "gpt-4-turbo-preview": "2023-12",
   "gpt-4-1106-preview": "2023-04",
   "gpt-4-0125-preview": "2023-12",