|
|
@@ -127,6 +127,8 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
|
|
"gpt-4-turbo": "2023-12",
|
|
|
"gpt-4-turbo-2024-04-09": "2023-12",
|
|
|
"gpt-4-turbo-preview": "2023-12",
|
|
|
+ "gpt-4o": "2023-10",
|
|
|
+ "gpt-4o-2024-05-13": "2023-10",
|
|
|
"gpt-4-vision-preview": "2023-04",
|
|
|
// After improvements,
|
|
|
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
|
|
|
@@ -144,8 +146,10 @@ const openaiModels = [
|
|
|
"gpt-4-32k-0613",
|
|
|
"gpt-4-turbo",
|
|
|
"gpt-4-turbo-preview",
|
|
|
+ "gpt-4o",
|
|
|
+ "gpt-4o-2024-05-13",
|
|
|
"gpt-4-vision-preview",
|
|
|
- "gpt-4-turbo-2024-04-09",
|
|
|
+ "gpt-4-turbo-2024-04-09"
|
|
|
];
|
|
|
|
|
|
const googleModels = [
|