mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +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": {},
|
||||
"outputs": [],
|
||||
"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",
|
||||
"langchain.debug = True"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user