diff --git a/articles/how_to_work_with_large_language_models.md b/articles/how_to_work_with_large_language_models.md index 2c97d367..cf6b48e1 100644 --- a/articles/how_to_work_with_large_language_models.md +++ b/articles/how_to_work_with_large_language_models.md @@ -55,7 +55,7 @@ Ted Chiang ### Completion prompt example -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. +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. Example completion prompt: