fix broken link

This commit is contained in:
Eugene Yurtsev 2024-10-22 14:29:21 -04:00
parent b5f11d1967
commit 2912559916
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
## Overview
One common prompting technique for achieving better performance is to include examples as part of the prompt. This is known as [few-shot prompting](/docs/concepts/few-shot-prompting).
One common prompting technique for achieving better performance is to include examples as part of the prompt. This is known as [few-shot prompting](/docs/concepts/few_shot_prompting).
This gives the [language model](/docs/concepts/chat_models/) concrete examples of how it should behave.
Sometimes these examples are hardcoded into the prompt, but for more advanced situations it may be nice to dynamically select them.