fixed a pal chain reference (#9387)

#9386

Co-authored-by: Leonid Kuligin <kuligin@google.com>
pull/9415/head
Leonid Kuligin 1 year ago committed by GitHub
parent 77b359edf5
commit 019aa04b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.chains import PALChain\n",
"from langchain_experimental.pal_chain import PALChain\n",
"from langchain import OpenAI"
]
},

Loading…
Cancel
Save