From 65f0ae5295c5bf0f14ea5d28b1194fdf6dc633c1 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Thu, 9 Nov 2023 11:01:41 +0800 Subject: [PATCH] fix: #3196 3.5-turbo-1106 should use old cutoff date --- app/constant.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 8d36e0b55439..a97b8782292f 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -79,7 +79,6 @@ export const SUMMARIZE_MODEL = "gpt-3.5-turbo"; export const KnowledgeCutOffDate: Record = { default: "2021-09", - "gpt-3.5-turbo-1106": "2023-04", "gpt-4-1106-preview": "2023-04", "gpt-4-vision-preview": "2023-04", };