Prompt-Engineering-Guide/pages/applications.mdx

21 lines
492 B
Plaintext
Raw Normal View History

2023-03-13 03:14:15 +08:00
# 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>