mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
12 lines
642 B
Plaintext
12 lines
642 B
Plaintext
# Tecniche di Prompting
|
|
|
|
import {Cards, Card} from 'nextra-theme-docs'
|
|
import { CardsIcon, OneIcon, WarningIcon, FilesIcon} from 'components/icons'
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
L'ingegneria dei prompt aiuta a progettare e migliorare efficacemente i prompt per ottenere risultati migliori in diversi compiti con gli LLM.
|
|
|
|
Se gli esempi di base sono stati divertenti, in questa sezione tratteremo tecniche più avanzate di ingegneria dei prompt, che ci permettono di realizzare compiti più complessi e di migliorare l'affidabilità e le prestazioni degli LLM.
|
|
|
|
<ContentFileNames section="techniques" lang="it"/>
|