From a6c2c2a71e6ade40451341298969ef253edb3190 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:37:43 +0200 Subject: [PATCH] constant.ts aktualisieren gpt-4o-mini --- app/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 0e795ceaf..a6be149b6 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -181,6 +181,7 @@ export const KnowledgeCutOffDate: Record = { "gpt-4-turbo-2024-04-09": "2023-12", "gpt-4-turbo-preview": "2023-12", "gpt-4o": "2023-10", + "gpt-4o-mini": "2023-10", "gpt-4o-2024-05-13": "2023-10", "gpt-4-vision-preview": "2023-04", @@ -201,6 +202,7 @@ const openaiModels = [ "gpt-4-turbo", // "gpt-4-turbo-preview", "gpt-4o", + "gpt-4o-mini", // "gpt-4o-2024-05-13", // "gpt-4-vision-preview", // "gpt-4-turbo-2024-04-09"