kyegomez / tree-of-thoughts

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

Home Page:https://discord.gg/qUtxnK2NMf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mismatch in number of arguments for TreeofThoughts.tot_bfs()

lbrichards opened this issue · comments

Inside solve() tot_bfs() is called with args

initial_prompt, num_thoughts, max_steps, max_states, value_threshold, pruning_threshold

but in the method definition value_threshold does not appear. This mismatch causes a crash when running example.

Hey 👋 try now please it should be fixed

Thanks!