Skip to content

Commit aa42182

Browse files
committed
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
1 parent 9a65782 commit aa42182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"## Setup\n",
2222
"\n",
2323
"- Import the packages you'll need\n",
24-
"- Import your OpenAI API key\n",
24+
"- Import your OpenAI API key: You can do this by running \\``export OPENAI_API_KEY=\"your API key\"`\\` in your terminal.\n",
2525
"- Set a directory to save images to"
2626
]
2727
},

0 commit comments

Comments
 (0)