fixed typo (#2720)

changed "to" to "too" in the memory notebook
This commit is contained in:
David Wu 2023-04-11 18:53:38 +02:00 committed by GitHub
parent 263ce40844
commit d42deff402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@
}
],
"source": [
"llm_chain.predict(human_input=\"Not to bad - how are you?\")"
"llm_chain.predict(human_input=\"Not too bad - how are you?\")"
]
},
{