Merge pull request #4509 from MrrDrr/add_knowledge_cutoff

add knowledge cutoff date for gpt-4-turbo-2024-04-09
This commit is contained in:
DeanYao 2024-04-15 10:02:41 +08:00 committed by GitHub
commit e2c0d2a07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";
export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09",
"gpt-4-turbo": "2023-12",
"gpt-4-turbo-2024-04-09": "2023-12",
"gpt-4-turbo-preview": "2023-12",
"gpt-4-1106-preview": "2023-04",
"gpt-4-0125-preview": "2023-12",