From 79cf9b10debf11c9ce46b6f1fb427f767c83accb Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:02:21 -0400 Subject: [PATCH] clarify-component --- docs/docs/getting-started/basic-prompting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/basic-prompting.mdx b/docs/docs/getting-started/basic-prompting.mdx index 8ba9e6b24..9ce91ebab 100644 --- a/docs/docs/getting-started/basic-prompting.mdx +++ b/docs/docs/getting-started/basic-prompting.mdx @@ -58,7 +58,7 @@ This flow allows you to chat with the **OpenAI** component via a **Prompt** comp Examine the **Prompt** component. The **Template** field instructs the LLM to `Answer the user as if you were a pirate.` This should be interesting... -4. To create an environment variable for your OpenAI API key, in the **OpenAI API Key** field, click the **Globe** button, and then click **Add New Variable**. +4. To create an environment variable for the **OpenAI** component, in the **OpenAI API Key** field, click the **Globe** button, and then click **Add New Variable**. 1. In the **Variable Name** field, enter `openai_api_key`. 2. In the **Value** field, paste your OpenAI API Key (`sk-...`). 3. Click **Save Variable**.