mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
12 lines
588 B
Plaintext
12 lines
588 B
Plaintext
# Prompting Techniques
|
|
|
|
import {Cards, Card} from 'nextra-theme-docs'
|
|
import { CardsIcon, OneIcon, WarningIcon, FilesIcon} from 'components/icons'
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
Prompt Engineering helps to effectively design and improve prompts to get better results on different tasks with LLMs.
|
|
|
|
While the previous basic examples were fun, in this section we cover more advanced prompting engineering techniques that allow us to achieve more complex tasks and improve reliability and performance of LLMs.
|
|
|
|
<ContentFileNames section="techniques" lang="en"/>
|