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**.