OpenAI API Cookbook
In this tutorial, you will learn where to find OpenAI’s resources and tips to craft the perfect prompts.
Step-by-step:
Visit OpenAI’s Cookbook on GitHub.
Select the folder named “articles” and click “related_resources.md”
You should now have access to many prompting libraries, tools, and even papers on advanced prompting to improve reasoning.
Some of our favorite techniques include Chain of Thoughts (makes the LLM “think” before providing the final answer) and Tree of Thoughts (it generates a tree-like structure of ideas, with every idea representing a step toward solving a problem).