Update docs/extras/use_cases/more/agents/autonomous_agents/baby_agi_with_agent.ipynb

This commit is contained in:
Harrison Chase
2023-09-16 16:50:17 -07:00
committed by GitHub
parent 6a0898f89d
commit bcb64527ae

View File

@@ -111,7 +111,7 @@
"outputs": [],
"source": [
"from langchain.agents import ZeroShotAgent, Tool, AgentExecutor\n",
"from langchain.llms import OpenAI, SerpAPIWrapper, LLMChain\n",
"from langchain.llms import OpenAI\nfrom langchain.utilities import SerpAPIWrapper\nfrom langchain.chains import LLMChain\n",
"\n",
"todo_prompt = PromptTemplate.from_template(\n",
" \"You are a planner who is an expert at coming up with a todo list for a given objective. Come up with a todo list for this objective: {objective}\"\n",