diff --git a/examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb b/examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb index 893c9c96..e3e22c2f 100644 --- a/examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb +++ b/examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb @@ -21,7 +21,7 @@ "## Setup\n", "\n", "- Import the packages you'll need\n", - "- Import your OpenAI API key\n", + "- Import your OpenAI API key: You can do this by running \\``export OPENAI_API_KEY=\"your API key\"`\\` in your terminal.\n", "- Set a directory to save images to" ] },