From 6c9b8ec86013e57894c784251503f866b0ee6b7d Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Fri, 23 May 2025 18:57:59 +0800 Subject: [PATCH] Refa: update gemini2.5 (#7822) ### What problem does this PR solve? Update gemini2.5 ### Type of change - [x] Refactoring --- conf/llm_factories.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index d28e6589f..08e5268aa 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -996,7 +996,7 @@ "status": "1", "llm": [ { - "llm_name": "gemini-2.5-flash-preview-04-17", + "llm_name": "gemini-2.5-flash-preview-05-20", "tags": "LLM,CHAT,1024K,IMAGE2TEXT", "max_tokens": 1048576, "model_type": "image2text", @@ -1023,7 +1023,7 @@ "model_type": "image2text" }, { - "llm_name": "gemini-2.5-pro-exp-03-25", + "llm_name": "gemini-2.5-pro-preview-05-06", "tags": "LLM,IMAGE2TEXT,1024K", "max_tokens": 1048576, "model_type": "image2text"