Prompt-Engineering-Guide/pages/models.mdx

13 lines
310 B
Plaintext
Raw Normal View History

2023-03-13 03:14:15 +08:00
# Models
In this section, we will cover some of the capabilities of language models by applying the latest and most advanced prompting engineering techniques.
import { Card, Cards } from 'nextra-theme-docs'
<Cards num={1}>
<Card
arrow
title="ChatGPT"
href="/models/chatgpt">
</Card>
</Cards>