mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
# LLM Applications
|
|
|
|
import { Callout } from 'nextra-theme-docs'
|
|
import {Cards, Card} from 'nextra-theme-docs'
|
|
import {FilesIcon} from 'components/icons'
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
In this section, we will cover advanced and interesting ways we can use prompt engineering to perform useful and more advanced tasks with large language models (LLMs).
|
|
|
|
<ContentFileNames section="applications" lang="en"/> |