From c7635b5b7c464e63ddfc09d94059589c0b538f70 Mon Sep 17 00:00:00 2001 From: Dave Morris Date: Sun, 6 Aug 2023 14:53:37 -0500 Subject: [PATCH] Update config.yaml to enable ChatVertexAI --- src/backend/langflow/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 63e8cdf99..41627827a 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -127,9 +127,9 @@ llms: # There's a bug in this component deactivating until we get it sorted: _language_models.py", line 804, in send_message # is_blocked=safety_attributes.get("blocked", False), # AttributeError: 'list' object has no attribute 'get' - # ChatVertexAI: - # documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/integrations/google_vertex_ai_palm" ### + ChatVertexAI: + documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/integrations/google_vertex_ai_palm" memories: # https://github.com/supabase-community/supabase-py/issues/482 # ZepChatMessageHistory: