Skip to content

Commit a1945c3

Browse files
authored
Update readme.md
1 parent 2b2526a commit a1945c3

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

readme.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
# Tree of Thoughts (ToT)
2-
3-
Offical implementation (code, prompts, model outputs) for paper [Tree of Thoughts: Deliberate Problem Solving with Large Language Models](https://arxiv.org/abs/2305.10601).
1+
# Offical Repo of Tree of Thoughts (ToT)
42

3+
Offical implementation for paper [Tree of Thoughts: Deliberate Problem Solving with Large Language Models](https://arxiv.org/abs/2305.10601) with code, prompts, model outputs.
54
Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/1659357547474681857) in 1min.
65

6+
**Note: https://github.com/kyegomez/tree-of-thoughts is not the offical/correct implementation for the results in the paper. Please check https://github.com/ysymyth/tree-of-thought-llm/issues/17**
7+
8+
Please cite the paper and star this repo if you use ToT and find it interesting/useful. Thanks!
9+
10+
```bibtex
11+
@misc{yao2023tree,
12+
title={{Tree of Thoughts}: Deliberate Problem Solving with Large Language Models},
13+
author={Shunyu Yao and Dian Yu and Jeffrey Zhao and Izhak Shafran and Thomas L. Griffiths and Yuan Cao and Karthik Narasimhan},
14+
year={2023},
15+
eprint={2305.10601},
16+
archivePrefix={arXiv},
17+
primaryClass={cs.CL}
18+
}
19+
```
20+
721

822
## Setup
923
You need to first have an OpenAI API key and store it in the environment variable ``OPENAI_API_KEY`` (see [here](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety)). If you use custom base url, set it by environment variable ``OPENAI_API_BASE`` (e.g. https://api.openai.com/v1).
@@ -37,20 +51,3 @@ Feel free to contact shunyuyao.cs@gmail.com or open an issue if you have any que
3751

3852

3953

40-
## Questions
41-
Feel free to contact shunyuyao.cs@gmail.com or open an issue if you have any questions.
42-
43-
44-
45-
## Citation
46-
47-
```bibtex
48-
@misc{yao2023tree,
49-
title={{Tree of Thoughts}: Deliberate Problem Solving with Large Language Models},
50-
author={Shunyu Yao and Dian Yu and Jeffrey Zhao and Izhak Shafran and Thomas L. Griffiths and Yuan Cao and Karthik Narasimhan},
51-
year={2023},
52-
eprint={2305.10601},
53-
archivePrefix={arXiv},
54-
primaryClass={cs.CL}
55-
}
56-
```

0 commit comments

Comments
 (0)