Skip to content

Commit

Permalink
🔥 refactor(config.yaml): comment out LLMChain to disable it temporarily
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ogabrielluiz committed Nov 3, 2023
1 parent 4472263 commit cef6d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/langflow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cef6d78

Please sign in to comment.