From b8518be2b2ebf7641b2c5929a617cd2a6179a44a Mon Sep 17 00:00:00 2001 From: BigMiaoTCD Date: Fri, 4 Apr 2025 10:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9gemini=202.5=20pro=20=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support for Gemini 2.5 pro --- index.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index b9e51dd..9b6cb17 100644 --- a/index.mjs +++ b/index.mjs @@ -34,6 +34,7 @@ const availableModels = [ "gemini_pro", "gemini_1_5_pro", "gemini_1_5_flash", + "gemini_2_5_pro_experimental", "databricks_dbrx_instruct", "command_r", "command_r_plus", @@ -922,4 +923,4 @@ class ClientState { } } -export const clientState = new ClientState(); \ No newline at end of file +export const clientState = new ClientState();