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%
https://discord.gg/qUtxnK2NMf
Apache License 2.0
4.29k stars 361 forks source link

Mismatch in number of arguments for TreeofThoughts.tot_bfs() #48

Closed lbrichards closed 1 year ago

lbrichards commented 1 year ago

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.

kyegomez commented 1 year ago

Hey 👋 try now please it should be fixed

lbrichards commented 1 year ago

Thanks!