langchain[patch], experimental[patch]: update utilities imports (#15438)

This commit is contained in:
Bagatur
2024-01-03 02:18:15 -05:00
committed by GitHub
parent 73da8f863c
commit baeac236b6
124 changed files with 289 additions and 266 deletions

View File

@@ -108,8 +108,8 @@
"source": [
"from langchain.agents import AgentExecutor, Tool, ZeroShotAgent\n",
"from langchain.chains import LLMChain\n",
"from langchain.utilities import SerpAPIWrapper\n",
"from langchain_community.llms import OpenAI\n",
"from langchain_community.utilities import SerpAPIWrapper\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",