Merge pull request #227 from liuliuOD/fix/dalle

docs: update dalle example file
This commit is contained in:
Ted Sanders 2023-03-16 17:19:30 -07:00 committed by GitHub
commit d87990fcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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