"2023-12",

"gpt-4-vision-preview": "2023-04"
This commit is contained in:
DirkSchlossmacher 2024-02-23 07:07:36 +01:00
parent ecdd3dded4
commit 86ea21699f

View File

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