Skip to content

Commit 945a4c4

Browse files
[typo] Replace 'mostly likely' with 'most likely' (openai#1395)
1 parent e85c76d commit 945a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/how_to_work_with_large_language_models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Ted Chiang
5555

5656
### Completion prompt example
5757

58-
Completion-style prompts take advantage of how large language models try to write text they think is mostly likely to come next. To steer the model, try beginning a pattern or sentence that will be completed by the output you want to see. Relative to direct instructions, this mode of steering large language models can take more care and experimentation. In addition, the models won't necessarily know where to stop, so you will often need stop sequences or post-processing to cut off text generated beyond the desired output.
58+
Completion-style prompts take advantage of how large language models try to write text they think is most likely to come next. To steer the model, try beginning a pattern or sentence that will be completed by the output you want to see. Relative to direct instructions, this mode of steering large language models can take more care and experimentation. In addition, the models won't necessarily know where to stop, so you will often need stop sequences or post-processing to cut off text generated beyond the desired output.
5959

6060
Example completion prompt:
6161

0 commit comments

Comments
 (0)