« Prompt » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 10 : | Ligne 10 : | ||
* [https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions] Prompt engineering techniques | * [https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions] Prompt engineering techniques | ||
* [https://github.com/dair-ai/Prompt-Engineering-Guide] Prompt Engineering Guide | * [https://github.com/dair-ai/Prompt-Engineering-Guide] Prompt Engineering Guide | ||
* [https://www.promptingguide.ai/fr] Prompt Engineering Guide (fr) |
Version du 2 mai 2023 à 08:56
Un prompt est une commande textuelle transmise afin d'exécuter une action. Cette commande s'adresse principalement aux LLM (Large Language Model) ou aux logiciels de génération d'images entraînées pour comprendre ces commandes.
Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.[4]