Update introduction.en.mdx

You do not need to spell out LLMs twice.
pull/133/head
Tao Li 1 year ago committed by GitHub
parent 8c4c7aa539
commit 6a5669a9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,6 @@
Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.
This guide covers the basics of prompts to provide a rough idea of how to use prompts to interact and instruct large language models (LLMs).
This guide covers the basics of prompts to provide a rough idea of how to use prompts to interact and instruct LLMs.
All examples are tested with `text-davinci-003` (using OpenAI's playground) unless otherwise specified. It uses the default configurations, i.e., `temperature=0.7` and `top-p=1`.
All examples are tested with `text-davinci-003` (using OpenAI's playground) unless otherwise specified. It uses the default configurations, i.e., `temperature=0.7` and `top-p=1`.

Loading…
Cancel
Save