From 7f9c6c3baa0f094f1f4ac7bcb27f94ee2334082d Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Mon, 31 Jul 2023 13:08:11 +0900 Subject: [PATCH] Fixed typo: papaer -> paper (#8500) --- 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 aff26feaad43f..b6ae199a73cf5 100644 --- a/docs/extras/use_cases/graph/tot.ipynb +++ b/docs/extras/use_cases/graph/tot.ipynb @@ -6,7 +6,7 @@ "source": [ "# 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)" + "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 paper [\"Large Language Model Guided Tree-of-Thought\"](https://arxiv.org/pdf/2305.08291.pdf)" ] }, {