Skip to content

Commit

Permalink
Merge pull request #6129 from MonadMonAmi/update_knowledge_cutoff_date
Browse files Browse the repository at this point in the history
chore: add knowledge cut off dates for o1 and o3
  • Loading branch information
Leizhenpeng authored Feb 4, 2025
2 parents 32b6090 + 39b3487 commit bb4832e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,13 @@ export const KnowledgeCutOffDate: Record<string, string> = {
"gpt-4o-mini": "2023-10",
"gpt-4o-mini-2024-07-18": "2023-10",
"gpt-4-vision-preview": "2023-04",
"o1-mini-2024-09-12": "2023-10",
"o1-mini": "2023-10",
"o1-preview-2024-09-12": "2023-10",
"o1-preview": "2023-10",
"o1-2024-12-17": "2023-10",
"o1": "2023-10",
"o3-mini-2025-01-31": "2023-10",
"o3-mini": "2023-10",
// After improvements,
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
Expand Down

0 comments on commit bb4832e

Please sign in to comment.