Merge pull request #134 from taolicd/patch-2

Update introduction.en.mdx
pull/142/head
Elvis Saravia 1 year ago committed by GitHub
commit 03e2e6b987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,4 +4,5 @@ Prompt engineering is a relatively new discipline for developing and optimizing
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](https://platform.openai.com/playground) unless otherwise specified. The model uses the default configurations, i.e., `temperature=0.7` and `top-p=1`.

Loading…
Cancel
Save