From cef6d78070a99560fcf8b11e1fbe5e2b261d7a04 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 2 Nov 2023 22:44:43 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(config.yaml):=20comment?= =?UTF-8?q?=20out=20LLMChain=20to=20disable=20it=20temporarily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The LLMChain has been commented out in the config.yaml file to disable it temporarily. This change was made to prevent the LLMChain from being used until further notice. --- 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 31bab1ca8..3d44dae6d 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -14,8 +14,8 @@ agents: SQLAgent: documentation: "" chains: - LLMChain: - documentation: "https://python.langchain.com/docs/modules/chains/foundational/llm_chain" + # LLMChain: + # documentation: "https://python.langchain.com/docs/modules/chains/foundational/llm_chain" LLMMathChain: documentation: "https://python.langchain.com/docs/modules/chains/additional/llm_math" LLMCheckerChain: