Skip to content

Commit

Permalink
fix: ChatGPTNextWeb#3196 3.5-turbo-1106 should use old cutoff date
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored and abrahamgreyson committed Jan 12, 2024
1 parent 8efe522 commit 65f0ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit 65f0ae5

Please sign in to comment.