🔥 refactor(config.yaml): comment out LLMChain to disable it temporarily

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.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-02 22:44:43 -03:00
commit cef6d78070

View file

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