forked from Archives/langchain
Fix typo in ChatGPT plugins (#2553)
This PR adds a `,` that was missing in the ChatGPT plugins examples.
This commit is contained in:
parent
fc1d48814c
commit
b4d6a425a2
@ -84,7 +84,7 @@
|
|||||||
"tools = load_tools([\"requests\"] )\n",
|
"tools = load_tools([\"requests\"] )\n",
|
||||||
"tools += [tool]\n",
|
"tools += [tool]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"agent_chain = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION verbose=True)\n",
|
"agent_chain = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True)\n",
|
||||||
"agent_chain.run(\"what t shirts are available in klarna?\")"
|
"agent_chain.run(\"what t shirts are available in klarna?\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user