/
githubmirror
/
Prompt-Engineering-Guide
Обзор
Документация
Войти
/
githubmirror
/
Prompt-Engineering-Guide
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pages/techniques.en.mdx
11 строк
588 B
Elvis Saravia
fixed dynamic cards
16 янв 2024, 09:38
16 янв 2024, 09:38
5fa0291
Код
Авторство
О чём код?
# 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"/>