change to agent (#173)

This commit is contained in:
Harrison Chase
2022-11-22 18:02:20 -08:00
committed by GitHub
parent d70b5a2cbe
commit 5d887970f6
8 changed files with 48 additions and 24 deletions

View File

@@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"mrkl = initialize_agent(tools, llm, agent_type=\"zero-shot-react-description\", verbose=True)"
"mrkl = initialize_agent(tools, llm, agent=\"zero-shot-react-description\", verbose=True)"
]
},
{