From 22ebf327f1a5afc5660f1bdb7c340b1c67a3fa79 Mon Sep 17 00:00:00 2001 From: emilyworks <89430042+emilyworks@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:00:15 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f1a5d..68d6bf0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Official Repo of Tree of Thoughts (ToT) +# Tree of Thoughts - Exploratory Extension Project + +Exploration of the efficiency and efficacy of ToT using A* and MCTS search methods, as well as with other LLMs. + +Details TBA. + + +Please find the README from the original ToT repository below the cut. + +*** + +## Official Repo of Tree of Thoughts (ToT)