Category Reference

Quick links, cheat sheets, resources

The Ultimate Prompt Templating Cheat Sheet

The Ultimate Prompt Templating Cheat Sheet From {BASIC} to {{ADVANCED}} in 3 Languages 1 JavaScript 2 Python 3 JSON 1 JavaScript Templates const template = ` You are a {ROLE} specializing in {DOMAIN}. Task: {TASK} Output: {FORMAT} `; function fillTemplate(template,…