From c132b30df0de7c75c0a90072bd3fc9e7889e4ec1 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Tue, 14 May 2024 14:49:14 +0200 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index d9989bb3e..b312e15b2 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -124,7 +124,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro"; export const KnowledgeCutOffDate: Record = { default: "2021-09", - "gpt-4o": "2023-12", + "gpt-4o": "2023-10", "gpt-4-turbo": "2023-12", "gpt-4-turbo-2024-04-09": "2023-12", "gpt-4-turbo-preview": "2023-12",