diff --git a/conf/llm_factories.json b/conf/llm_factories.json index c92087d1..f4cb4659 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -867,7 +867,7 @@ "llm_name": "gemini-2.0-flash-001", "tags": "LLM,CHAT,1024K", "max_tokens": 1048576, - "model_type": "chat", + "model_type": "image2text", "is_tools": true }, { @@ -883,6 +883,12 @@ "max_tokens": 1048576, "model_type": "image2text" }, + { + "llm_name": "gemini-2.5-pro-exp-03-25", + "tags": "LLM,IMAGE2TEXT,1024K", + "max_tokens": 1048576, + "model_type": "image2text" + }, { "llm_name": "gemini-1.5-pro", "tags": "LLM,IMAGE2TEXT,2048K",