I made an open-source Python toolkit/library, named Cogitator, to make it easier to try and use different chain-of-thought (CoT) reasoning methods. The project is at the beta stage, but it supports using models provided by OpenAI and Ollama. It includes implementations for Cot strategies and frameworks like Self-Consistency, Tree of Thoughts, and Graph of Thoughts.
GitHub link of the project: https://github.com/habedi/cogitator
nico•8mo ago
Great work
habedi0•8mo ago
nico•8mo ago
Also, are you using this tool as part of another project? It’d be interesting to see what the main applications of CoT prompting are (the examples are great but a little basic)
habedi0•8mo ago
I guess CoT prompting could be used for ARC Prize (https://arcprize.org)