tree-of-thoughts icon indicating copy to clipboard operation
tree-of-thoughts copied to clipboard

Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

Results 37 tree-of-thoughts issues
Sort by recently updated
recently updated
newest added

I was running some experiments, so i started off with the example provided. I know it's suggested to use gpt-4, but the example uses 3.5 turbo. The example given consistenly...

Please kindly consider adding a disclaimer to clarify this repo is not intended nor responsible for replicating the paper results. Instead, one should refer to https://github.com/ysymyth/tree-of-thought-llm to replicate the original...

so I use gpt4all which gets imported as `from langchain.llms import GPT4All` I want to know if I can import from TOT as `from tree_of_thoughts import GPT4ALL` as i use...

I get this error but I'm definitely using 'DFS' ```python search_algorithm = 'DFS' #cot or propose strategy="propose" # value or vote evaluation_strategy = "vote" ```

While testing the montecarlo_example.py with GPT-4-0613, I can see that ToT seems to have a bit of a problem with basic math. It did solve it properly but then ignored...

Good day, hardworkers! I wonder if there is a way to use it with Claude AI? It seems it can work with openAI, but can it work with Anthropic models?...

Fund

hugginggface -> huggingface

Care to comment on the assertion made in https://github.com/princeton-nlp/tree-of-thought-llm#readme ?

ImportError: cannot import name 'ToTAgent' from 'tree_of_thoughts' Anyone has the same problem? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. -...

When running from tree_of_thoughts import ToTAgent, MonteCarloSearch gets the following error: ImportError: cannot import name 'ToTAgent' from 'tree_of_thoughts', how do we solve this problem? ## Upvote & Fund - We're...