mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-13 20:47:15 +00:00
Update docs/extras/modules/memory/agent_with_memory.ipynb
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"source": [
|
||||
"from langchain.agents import ZeroShotAgent, Tool, AgentExecutor\n",
|
||||
"from langchain.memory import ConversationBufferMemory\n",
|
||||
"from langchain.llms import OpenAI, LLMChain\n",
|
||||
"from langchain.llms import OpenAI\nfrom langchain.chains import LLMChain\n",
|
||||
"from langchain.utilities import GoogleSearchAPIWrapper"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user