mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Fix syntax error in DALL-E notebook (#1036)
This commit is contained in:
parent
c565262120
commit
1e1dd5a33d
@ -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…
x
Reference in New Issue
Block a user