forked from Archives/langchain
added a missing word (typo) (#2719)
Changed from "You may often to" to "You may often have to" to fix the sentence.
This commit is contained in:
parent
66786b0f0f
commit
263ce40844
@ -314,7 +314,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Saving Message History\n",
|
"## Saving Message History\n",
|
||||||
"\n",
|
"\n",
|
||||||
"You may often to save messages, and then load them to use again. This can be done easily by first converting the messages to normal python dictionaries, saving those (as json or something) and then loading those. Here is an example of doing that."
|
"You may often have to save messages, and then load them to use again. This can be done easily by first converting the messages to normal python dictionaries, saving those (as json or something) and then loading those. Here is an example of doing that."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user