Quellcode durchsuchen

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

Yifei Zhang vor 1 Jahr
Ursprung
Commit
3b3ebda34b
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      app/constant.ts

+ 0 - 1
app/constant.ts

@@ -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",
 };