refac: modify allowed components

This commit is contained in:
Ibis Prevedello 2023-03-08 15:00:55 -03:00
commit f5297d225e

View file

@ -1,4 +1,4 @@
CHAINS = ["LLMChain", "LLMMathChain", "LLMRequestsChain", "LLMBashChain"]
CHAINS = ["LLMChain", "LLMMathChain", "LLMChecker"]
AGENTS = ["ZeroShotAgent"]
@ -6,4 +6,4 @@ PROMPTS = ["PromptTemplate", "FewShotPromptTemplate"]
LLMS = ["OpenAI"]
TOOLS = ["Search", "requests_get", "PAL-MATH", "Calculator"]
TOOLS = ["Search", "PAL-MATH", "Calculator", "Serper Search"]