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",