Skip to content

Commit

Permalink
Switch to supported size for dall-e-3
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay authored and gehrisandro committed Dec 19, 2023
1 parent 759196c commit 1287f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ $response = $client->images()->create([
'model' => 'dall-e-3',
'prompt' => 'A cute baby sea otter',
'n' => 1,
'size' => '256x256',
'size' => '1024x1024',
'response_format' => 'url',
]);

Expand Down

0 comments on commit 1287f56

Please sign in to comment.