1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 06:20:14 +02:00

Merge pull request #4901 from mehmetumutmutlu/patch-3

Capitalized 'French'
This commit is contained in:
dsh
2024-05-09 19:56:21 +01:00
committed by GitHub

View File

@@ -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?"""
```