From 4f28fca506980306c7d5810d4b6c9365503dce7f Mon Sep 17 00:00:00 2001 From: Kadxy <2230318258@qq.com> Date: Sat, 1 Feb 2025 15:02:06 +0800 Subject: [PATCH] feat: Support OpenAI o3-mini --- app/constant.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 14c8c78e5..a7567f1d7 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -450,6 +450,8 @@ export const VISION_MODEL_REGEXES = [ export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/]; const openaiModels = [ + // As of July 2024, gpt-4o-mini should be used in place of gpt-3.5-turbo, + // as it is cheaper, more capable, multimodal, and just as fast. gpt-3.5-turbo is still available for use in the API. "gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0125", @@ -472,6 +474,7 @@ const openaiModels = [ "dall-e-3", "o1-mini", "o1-preview", + "o3-mini", ]; const googleModels = [