From d42deff402ff9e85ac3f04b47d3298d3223acdfc Mon Sep 17 00:00:00 2001 From: David Wu <47435257+davidjhwu@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:53:38 +0200 Subject: [PATCH] fixed typo (#2720) changed "to" to "too" in the memory notebook --- docs/modules/memory/examples/adding_memory.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/memory/examples/adding_memory.ipynb b/docs/modules/memory/examples/adding_memory.ipynb index 0855aad0..72f4ecae 100644 --- a/docs/modules/memory/examples/adding_memory.ipynb +++ b/docs/modules/memory/examples/adding_memory.ipynb @@ -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?\")" ] }, {