Organizing GPT-3 Prompts

Prompts for The OpenAI GPT-3 API, just throwing this up temporarily as a place to organize them.

intro-to-gpt: How it works


Prompts: Examples of prompts and zero-shot and few-shot usage.


chaining API results into one another: The results of one API call can be processed and fed back into another API call with a different prompt to expand the potential capabilities of a workflow.


context-stuffing With only 2048 tokens, you need to make use of your real estate by providing instructions and making implicit information explicit.


benchmarking A single prompt getting a good response once might be enough for your use case, but generally we want to know how well different solutions hold up on a variety of use cases. Also important to understand where prompts designs outperform others.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License