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

Support for ChatGPT with plugins #20

Closed AZm1n closed 1 year ago

AZm1n commented 1 year ago

Thank you for implementing the ToT paper. I have a question though, is there anyway where this can be used with GP-4 running on the web ChatGPT with plugins? If not are there any roadmap or some thoughts of how to achieve this? Thanks

Undertone0809 commented 1 year ago

You can use it in combination with langchain.

kyegomez commented 1 year ago

Thank you 😁

We can make an ChatGPT plugin, would you be interested in that? And we're also trying to implement an stacked langchains agent class with tot and browser capabilities