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)" ]