From 86ea21699fbfd0eadc2f2fa7b7a916e7289aa95b Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:07:36 +0100 Subject: [PATCH] "2023-12", "gpt-4-vision-preview": "2023-04" --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index a3fc870be..956160bcd 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -92,7 +92,7 @@ export const SUMMARIZE_MODEL = "gpt-3.5-turbo-1106"; export const KnowledgeCutOffDate: Record = { default: "2021-09", - "gpt-4-turbo-preview": "2023-04", + "gpt-4-turbo-preview": "2023-12", "gpt-4-vision-preview": "2023-04", };