From ea2884ed6044f48686f069ef08cebfc9218525e6 Mon Sep 17 00:00:00 2001 From: Umut <71925908+mehmetumutmutlu@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:59:14 +0200 Subject: [PATCH] Update index.md Capitalized the "French" word in the first example chunk. --- .../content/101-prompting-introduction/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/index.md b/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/index.md index 1598793b5..228d28276 100644 --- a/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/index.md +++ b/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/index.md @@ -3,7 +3,7 @@ Prompting is the process of giving a model a "prompt" or instruction for the task that you want it to perform. For example, if you have some English text that you may want to translate to French, you could give the following prompt: ``` -Translate the text delimited by triple quotes from English to french: +Translate the text delimited by triple quotes from English to French: """Hello, how are you?""" ``` @@ -24,4 +24,4 @@ Hello, how are you? But it's one of the best practices to be clear and use delimiters to separate the content in prompt from the instructions. You will learn more about it in the "Best Practices" nodes of the roadmap. -- [Basic Prompting](https://learnprompting.org/docs/basics/intro) \ No newline at end of file +- [Basic Prompting](https://learnprompting.org/docs/basics/intro)