refac: modify allowed components
This commit is contained in:
parent
8fdc4e9c78
commit
f5297d225e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue