From 532b8f4acc7065a711be6f91339d392770acad4a Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Sun, 16 Mar 2025 07:28:14 +0100 Subject: [PATCH] Update constant.tsc with gpt-4o...search-preview --- app/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index c1b135485..ea16b9106 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -489,9 +489,11 @@ const openaiModels = [ "gpt-4o-2024-05-13", "gpt-4o-2024-08-06", "gpt-4o-2024-11-20", + "gpt-4o-search-preview", "chatgpt-4o-latest", "gpt-4o-mini", "gpt-4o-mini-2024-07-18", + "gpt-4o-mini-search-preview", "gpt-4-vision-preview", "gpt-4-turbo-2024-04-09", "gpt-4-1106-preview",