mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 00:48:45 +00:00
Add missing word in comment (#6587)
Changed ``` # Do this so we can exactly what's going on under the hood ``` to ``` # Do this so we can see exactly what's going on under the hood ```
This commit is contained in:
parent
d50de2728f
commit
7f6f5c2a6a
@ -80,7 +80,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Do this so we can exactly what's going on under the hood\n",
|
"# Do this so we can see exactly what's going on under the hood\n",
|
||||||
"import langchain\n",
|
"import langchain\n",
|
||||||
"langchain.debug = True"
|
"langchain.debug = True"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user