From 83e6211ee4f6a9c7b508645c87bd585d2cea967c Mon Sep 17 00:00:00 2001 From: Shunyu Yao Date: Wed, 31 May 2023 19:05:44 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 52fbd9d..b94f69e 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Official implementation for paper [Tree of Thoughts: Deliberate Problem Solving with Large Language Models](https://arxiv.org/abs/2305.10601) with code, prompts, model outputs. Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/1659357547474681857) in 1min. -**Note: https://github.com/kyegomez/tree-of-thoughts is not the official/correct implementation for the results in the paper. Please check https://github.com/ysymyth/tree-of-thought-llm/issues/17** +**Note: https://github.com/kyegomez/tree-of-thoughts is not the official implementation to replicate the results in the paper. Please check https://github.com/ysymyth/tree-of-thought-llm/issues/17** Please cite the paper and star this repo if you use ToT and find it interesting/useful. Thanks!