From 539574670c83e484d0c9c356289f9be724e42bfb Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 27 Jul 2023 17:44:41 -0600 Subject: [PATCH] Update tot.ipynb (#8387) Spelling error fix --- docs/extras/use_cases/graph/tot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/use_cases/graph/tot.ipynb b/docs/extras/use_cases/graph/tot.ipynb index 03f385514c4..aff26feaad4 100644 --- a/docs/extras/use_cases/graph/tot.ipynb +++ b/docs/extras/use_cases/graph/tot.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tree of Thouht (ToT) example\n", + "# Tree of Thought (ToT) example\n", "\n", "The Tree of Thought (ToT) is a chain that allows you to query a Large Language Model (LLM) using the Tree of Thought technique. This is based on the papaer [\"Large Language Model Guided Tree-of-Thought\"](https://arxiv.org/pdf/2305.08291.pdf)" ]