mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-13 20:02:23 +02:00
Merge pull request #4901 from mehmetumutmutlu/patch-3
Capitalized 'French'
This commit is contained in:
commit
2d3ca43e01
@ -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)
|
||||
- [Basic Prompting](https://learnprompting.org/docs/basics/intro)
|
||||
|
Loading…
x
Reference in New Issue
Block a user