Clean up deprecated agents and update __init__ in experimental (#12231)

Update init paths in experimental
This commit is contained in:
Harrison Chase
2023-10-27 10:52:50 -07:00
committed by GitHub
parent 05bbf943f2
commit 0ca539eb85
12 changed files with 77 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 1,
"id": "bd7c259a",
"metadata": {},
"outputs": [],
@@ -20,7 +20,7 @@
"from langchain.chat_models import ChatOpenAI\n",
"from langchain.prompts import ChatPromptTemplate, SystemMessagePromptTemplate, HumanMessagePromptTemplate\n",
"from langchain.schema.output_parser import StrOutputParser\n",
"from langchain.utilities import PythonREPL"
"from langchain_experimental.utilities import PythonREPL"
]
},
{
@@ -111,7 +111,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.10.1"
}
},
"nbformat": 4,