Fix syntax error in DALL-E notebook (#1036)

pull/1074/head
Zanie Blue 3 months ago committed by GitHub
parent c565262120
commit 1e1dd5a33d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,7 +110,7 @@
"\n", "\n",
"# call the OpenAI API\n", "# call the OpenAI API\n",
"generation_response = client.images.generate(\n", "generation_response = client.images.generate(\n",
" model = \"dall-e-3\"\n", " model = \"dall-e-3\",\n",
" prompt=prompt,\n", " prompt=prompt,\n",
" n=1,\n", " n=1,\n",
" size=\"1024x1024\",\n", " size=\"1024x1024\",\n",

Loading…
Cancel
Save