Update config.yaml to enable ChatVertexAI

This commit is contained in:
Dave Morris 2023-08-06 14:53:37 -05:00 committed by GitHub
commit c7635b5b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: