hathienloc131/auto-graph-of-thoughts
💭Auto Graph of Thoughts: A Hands-free and Cost Effective Method for using Graph of Thoughts
This project helps AI application developers create advanced language model workflows. It takes a problem description and automatically generates the necessary prompts and thought processes for a Large Language Model (LLM), producing a structured chain of reasoning and final answers. AI/ML engineers and researchers who build complex LLM-powered systems would find this useful.
No commits in the last 6 months.
Use this if you need to build sophisticated LLM applications that require multi-step reasoning without manually crafting every prompt.
Not ideal if you're looking for a simple, single-prompt solution for basic LLM interactions or don't have experience with programming and LLM integration.
Stars
9
Forks
—
Language
Python
License
MIT
Category
Last pushed
May 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/hathienloc131/auto-graph-of-thoughts"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyegomez/tree-of-thoughts
Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large...
spcl/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
kyegomez/the-compiler
Seed, Code, Harvest: Grow Your Own App with Tree of Thoughts!
atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 🍓
habedi/cogitator
A Python toolkit for chain-of-thought prompting 🐍