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
This commit is contained in:
liuliu 2023-03-16 13:45:03 +08:00
parent 9a65782f7b
commit aa42182ae5

View File

@ -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"
]
},