diff --git a/src/backend/langflow/components/llms/GoogleGenerativeAI.py b/src/backend/langflow/components/llms/GoogleGenerativeAI.py index 6a97405e8..4f9d2e779 100644 --- a/src/backend/langflow/components/llms/GoogleGenerativeAI.py +++ b/src/backend/langflow/components/llms/GoogleGenerativeAI.py @@ -46,6 +46,9 @@ class GoogleGenerativeAIComponent(CustomComponent): info="The name of the model to use. Supported examples: gemini-pro", options=["gemini-pro", "gemini-pro-vision"], ), + "code": TemplateField( + advanced=True, + ), } def build(