tree-of-thought-llm icon indicating copy to clipboard operation
tree-of-thought-llm copied to clipboard

[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models

Results 15 tree-of-thought-llm issues
Sort by recently updated
recently updated
newest added

Here is a sample output running game24 bfs.sh Forgive my ignorance, how can we interpret new_ys, sol values, and choices? Thanks! --- functools.partial(, model='gpt-4', temperature=0.7) -- new_ys --: ('1 +...

Opened a pr for this : https://github.com/ysymyth/tree-of-thought-llm/pull/9

For those who use custom bas url, they can set by env variable OPENAI_API_BASE

Add .gitignore entry for .env file and add requirements file

Hi, I thought the paper spoke about an algorithm .. and not about a lang-chain prompt. I've created https://github.com/fblgit/tree-of-knowledge-llm Which in theory, if you have the model algorithm.. this will...

how do I use it to solve a text problem?

First, thank you for releasing your awesome paper and code. I found one problem when I ran your Quick Start code that is written in README. (That is below) ```...