Update index.md

Capitalized the "French" word in the first example chunk.
pull/4901/head
Umut 1 year ago committed by GitHub
parent b9b12333cb
commit ea2884ed60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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: 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?""" """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. 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) - [Basic Prompting](https://learnprompting.org/docs/basics/intro)

Loading…
Cancel
Save