From 478da3118ca4db7db992ff83f2732a0f0b904997 Mon Sep 17 00:00:00 2001 From: so95 Date: Thu, 19 Dec 2024 16:30:45 +0700 Subject: [PATCH] add gemini 2.0 (#4115) add gemini 2.0 --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 3caa831c7..64e680b22 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -952,6 +952,12 @@ "max_tokens": 30720, "model_type": "chat" }, + { + "llm_name": "gemini-2.0-flash-exp", + "tags": "LLM,CHAT,1024K", + "max_tokens": 1048576, + "model_type": "chat" + }, { "llm_name": "gemini-1.0-pro-vision-latest", "tags": "LLM,IMAGE2TEXT,12K",