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

ImportError: cannot import name 'ToTAgent' from 'tree_of_thoughts' #91

Open xiaotantongxue123 opened 6 months ago

xiaotantongxue123 commented 6 months ago

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

Fund with Polar

skinnynpale commented 6 months ago

+1

networkdao commented 5 months ago

+1

LiangYong1216 commented 5 months ago

+2

ZhuDaoScience commented 5 months ago

+4

nadyanvl commented 3 months ago

+5

WillReynolds5 commented 3 months ago

+6

EZZAHRA102 commented 3 months ago

+7

ijinge commented 2 months ago

+8

tengjieksee commented 1 month ago

+9

kyegomez commented 1 month ago

@WillReynolds5 @networkdao @nadyanvl @tengjieksee @skinnynpale I have fixed the code, try the new example in the readme.md and let me know if it works