From 47224bd9a5418531c0dde689269dea2d1501746e Mon Sep 17 00:00:00 2001 From: Shunyu Yao Date: Wed, 31 May 2023 15:31:50 -0400 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8b18f0d..52fbd9d 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,13 @@ -# Offical Repo of Tree of Thoughts (ToT) +# Official Repo of Tree of Thoughts (ToT) +[![DOI](https://zenodo.org/badge/642099326.svg)](https://zenodo.org/badge/latestdoi/642099326) ![teaser](teaser.png) -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. + +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 offical/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/correct implementation for 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! @@ -21,6 +23,7 @@ Please cite the paper and star this repo if you use ToT and find it interesting/ ``` + ## Setup 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).