bump version to 131 (#2391)

This commit is contained in:
Harrison Chase
2023-04-04 07:21:50 -07:00
committed by GitHub
parent dc3ac8082b
commit c7b083ab56
31 changed files with 50 additions and 37 deletions

View File

@@ -23,7 +23,7 @@
"source": [
"from langchain.chat_models import ChatOpenAI\n",
"from langchain.agents import load_tools, initialize_agent\n",
"from langchain.agents.agent_types import AgentType\n",
"from langchain.agents import AgentType\n",
"from langchain.tools import AIPluginTool"
]
},