agent docs fixes (#3128)

This commit is contained in:
Harrison Chase
2023-04-18 21:54:30 -07:00
committed by GitHub
parent f329196cf4
commit 364257d967
3 changed files with 9 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT\n",
"from langchain.experimental import AutoGPT\n",
"from langchain.chat_models import ChatOpenAI"
]
},