tree-of-thoughts icon indicating copy to clipboard operation
tree-of-thoughts copied to clipboard

Error in tot_dfs: 'OptimizedOpenAILanguageModel' object has no attribute 'generated_thoughts' ERROR - Error: Invalid search algorithm. Choose 'BFS' or 'DFS'.

Open luca-git opened this issue 1 year ago • 0 comments

I get this error but I'm definitely using 'DFS'

search_algorithm = 'DFS'
#cot or propose
strategy="propose"
# value or vote
evaluation_strategy = "vote"

luca-git avatar Jun 04 '23 20:06 luca-git