From 6520f9b7ebfff9f017bf6932028870a07101ea54 Mon Sep 17 00:00:00 2001 From: "l.tingting" Date: Fri, 12 Apr 2024 22:44:26 +0800 Subject: [PATCH] add knowledge cutoff date for gpt-4-turbo-2024-04-09 --- app/constant.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/constant.ts b/app/constant.ts index 6de3b66ed..203211530 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -128,6 +128,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro"; export const KnowledgeCutOffDate: Record = { 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",