Skip to content

Commit 7a4918f

Browse files
committed
📝 Update README.md (new image + prompt)
1 parent 6b104e7 commit 7a4918f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,12 +726,12 @@ puts response.dig("data", 0, "url")
726726
For DALL·E 3 the size of any generated images must be one of `1024x1024`, `1024x1792` or `1792x1024`. Additionally the quality of the image can be specified to either `standard` or `hd`.
727727

728728
```ruby
729-
response = client.images.generate(parameters: { prompt: "A spaniel cooking pasta wearing a hat of some sort", size: "1024x1792", quality: "standard" })
729+
response = client.images.generate(parameters: { prompt: "A springer spaniel cooking pasta wearing a hat of some sort", size: "1024x1792", quality: "standard" })
730730
puts response.dig("data", 0, "url")
731731
# => "https://oaidalleapiprodscus.blob.core.windows.net/private/org-Rf437IxKhh..."
732732
```
733733

734-
![Ruby](https://i.ibb.co/6y4HJFx/img-d-Tx-Rf-RHj-SO5-Gho-Cbd8o-LJvw3.png)
734+
![Ruby](https://i.ibb.co/z2tCKv9/img-Goio0l-S0i81-NUNa-BIx-Eh-CT6-L.png)
735735

736736

737737
### Image Edit

0 commit comments

Comments
 (0)