Inženiring promptov je praksa izdelovanja učinkovitih promptov (navodil/vhodov) za pridobivanje dobrih rezultatov od modelov umetne inteligence, posebej LLM-ov. Ker se LLM-i odzivajo na prompte v naravnem jeziku, način, kako oblikujete prompt, pomembno vpliva na kakovost rezultata.
Kaj je inženiring promptov
PROMPT ENGINEERING → designing the input (PROMPT) you give an LLM to get the desired output:
→ LLMs respond to instructions in natural language → the prompt shapes the response
→ better prompts → better, more relevant, accurate results
→ no coding needed → you communicate with the model through well-crafted text
→ a key skill for effectively using LLMs
