Prompt-Engineering-Guide/pages/techniques.en.mdx

12 lines
588 B
Plaintext
Raw Normal View History

2023-03-12 19:14:15 +00:00
# Prompting Techniques
2024-01-02 21:28:40 +00:00
import {Cards, Card} from 'nextra-theme-docs'
import { CardsIcon, OneIcon, WarningIcon, FilesIcon} from 'components/icons'
2024-01-16 06:38:05 +00:00
import ContentFileNames from 'components/ContentFileNames'
2023-03-12 19:14:15 +00:00
2024-01-02 21:28:40 +00:00
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.
2024-01-16 06:38:05 +00:00
<ContentFileNames section="techniques" lang="en"/>