fix: #3196 3.5-turbo-1106 should use old cutoff date

This commit is contained in:
Yifei Zhang 2023-11-09 11:01:41 +08:00 committed by GitHub
parent 87e3d663a2
commit 3b3ebda34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09",
"gpt-3.5-turbo-1106": "2023-04",
"gpt-4-1106-preview": "2023-04",
"gpt-4-vision-preview": "2023-04",
};