1
0
mirror of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git synced 2025-02-06 11:00:26 +00:00

Merge pull request #6129 from MonadMonAmi/update_knowledge_cutoff_date

chore: add knowledge cut off dates for o1 and o3
This commit is contained in:
RiverRay 2025-02-04 09:38:04 +08:00 committed by GitHub
commit bb4832e6e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.