Skip to content

Commit

Permalink
fix: #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 Nov 9, 2023
1 parent 87e3d66 commit 3b3ebda
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

1 comment on commit 3b3ebda

@Tarryhao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我知道gpt-3.5-turbo-1106在官网上的截止样本日期是2021-09,但是如果没有删掉这行,实际是可以用gpt-3.5-turbo-1106问到22年的事情,例如:
image
但是删除后就不行了:
image

Please sign in to comment.