-
Notifications
You must be signed in to change notification settings - Fork 201
Added a Tree of Thought Reasoning Demo to the "tutorials" #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Really great examples in here - thank you for submitting this to our cookbook.
I left a few comments for you - mostly small cleanup related items.
cc: @janzheng to take a look as well
tutorials/tree-of-thought-prompting/Tree_Of_Thought_Reasoning.ipynb
Outdated
Show resolved
Hide resolved
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hi! Just wanted to follow up on this PR. Is there anything I should update or clarify to help get it merged? Thank you! |
This Pull Request adds an interactive Tree-of-Thought reasoning demo using the Groq API with LLaMA 3. It supports both BFS and DFS search strategies, visualizes the reasoning tree with Graphviz, and includes full instructions in the README.
I'm really excited to make my open-source contribution to the Groq Cookbook!