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

pull/1074/head
Zanie Blue 2 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",
"# call the OpenAI API\n",
"generation_response = client.images.generate(\n",
" model = \"dall-e-3\"\n",
" model = \"dall-e-3\",\n",
" prompt=prompt,\n",
" n=1,\n",
" size=\"1024x1024\",\n",

Loading…
Cancel
Save