From 6eb89e79764a2c742c26069147b089e35427096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:28:59 +0800 Subject: [PATCH] add gpt_4_5_preview --- index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.mjs b/index.mjs index 16b225d..927b77d 100644 --- a/index.mjs +++ b/index.mjs @@ -19,6 +19,7 @@ const availableModels = [ "openai_o3_mini_medium", "openai_o1", "openai_o1_preview", + "gpt_4_5_preview", "gpt_4o", "gpt_4_turbo", "gpt_4",