You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prompt-Engineering-Guide/pages/applications.mdx

21 lines
492 B
Markdown

# Prompting Applications
In this guide we will cover some advanced and interesting ways we can use prompt engineering to perform useful and more advanced tasks.
**Note that this section is under heavy development.**
import { Card, Cards } from 'nextra-theme-docs'
<Cards num={12}>
<Card
arrow
title="Generating Data"
href="/applications/generating">
</Card>
<Card
arrow
title="Program-Aided Language Models"
href="/applications/pal">
</Card>
</Cards>