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.37k stars 364 forks source link

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

Open xiaotantongxue123 opened 8 months ago

xiaotantongxue123 commented 8 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 8 months ago

+1

networkdao commented 7 months ago

+1

LiangYong1216 commented 7 months ago

+2

ZhuDaoScience commented 7 months ago

+4

nadyanvl commented 5 months ago

+5

WillReynolds5 commented 5 months ago

+6

EZZAHRA102 commented 5 months ago

+7

ijinge commented 3 months ago

+8

tengjieksee commented 3 months ago

+9

kyegomez commented 3 months 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