prompts.chat vs tree-of-thought-llm
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| prompts.chat | tree-of-thought-llm | |
|---|---|---|
| Tagline | The world's largest open-source prompt library for AI | Tree of Thoughts: Deliberate Problem Solving with Large Language Models |
| Stars | 165k | 6.0k |
| Forks | 21k | 620 |
| Open issues | 59 | 8 |
| Language | HTML | Python |
| License | Other | MIT |
| Last pushed | Jul 7, 2026 | Jan 16, 2025 |
| Categories | LLM Frameworks, Developer Tools | LLM Frameworks |
prompts.chat
A repository for sharing and discovering AI prompts, primarily for ChatGPT but also compatible with other models. Originally known as Awesome ChatGPT Prompts.
HTML
tree-of-thought-llm
Official implementation of Tree of Thoughts for large language models to solve problems through deliberation and tree search.
Python