From 0624f90f66166c08f6aeb2e9ee54310b007b8bf3 Mon Sep 17 00:00:00 2001 From: Tao Li Date: Fri, 14 Apr 2023 22:43:15 -0700 Subject: [PATCH] Update introduction.en.mdx Suggest adding the link to the playground. --- pages/introduction.en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/introduction.en.mdx b/pages/introduction.en.mdx index db33b02..1a434b6 100644 --- a/pages/introduction.en.mdx +++ b/pages/introduction.en.mdx @@ -4,4 +4,4 @@ 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 large language models (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`. \ No newline at end of file +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`.