From aa42182ae5d9a99c365d95f71c792c10f5566f1e Mon Sep 17 00:00:00 2001 From: liuliu Date: Thu, 16 Mar 2023 13:45:03 +0800 Subject: [PATCH] docs: update dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb 1. add a terminal command sample about how to export OPENAI_API_KEY to environment --- .../Image_generations_edits_and_variations_with_DALL-E.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] },