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.18k stars 353 forks source link

Fixed indents in example. Fixed function arguments for TreeofThoughts #19

Closed Goddest closed 1 year ago

Goddest commented 1 year ago
  1. Resolved indent issues in the example.py file. The file was throwing errors due to excessive indentation. I have fixed this issue by adjusting the indentation appropriately."
  2. Addressed an error that occurred when calling TreeofThoughts.solve with the 'use_v2=False' parameter. To resolve this, I have added the required arguments to the function definition.

Please, let me know if you have any questions about this pr. And, thank you for you work, it's great!

kyegomez commented 1 year ago

Thank you for contributing :)