From 67892d429247e2e9bd682f1089fdf5825a260857 Mon Sep 17 00:00:00 2001 From: Raphael Valdetaro <79842132+raphaelchristi@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:21:46 -0300 Subject: [PATCH] feat: add gemini-2.0-flash-exp and gemini-exp-1206 models (#5213) --- .../base/langflow/base/models/google_generative_ai_constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/base/langflow/base/models/google_generative_ai_constants.py b/src/backend/base/langflow/base/models/google_generative_ai_constants.py index 7c66b7c0c..9b4a71c9c 100644 --- a/src/backend/base/langflow/base/models/google_generative_ai_constants.py +++ b/src/backend/base/langflow/base/models/google_generative_ai_constants.py @@ -13,4 +13,6 @@ GOOGLE_GENERATIVE_AI_MODELS = [ "gemini-1.5-flash-8b-exp-0827", "gemini-1.5-flash-8b-exp-0924", "gemini-exp-1114", + "gemini-2.0-flash-exp", + "gemini-exp-1206", ]