Skip to content

Commit 8b7ba67

Browse files
committed
fix code sample
1 parent 0f92b40 commit 8b7ba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/dall-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The following is a sample request body. You specify a number of options, defined
271271
272272
```
273273
-F "image[][email protected]" \
274-
-F 'prompt=Add a beach ball in the center'
274+
-F 'prompt=Add a beach ball in the center' \
275275
-F "model=gpt-image-1" \
276276
-F "size=1024x1024" \
277277
-F "n=1" \

0 commit comments

Comments
 (0)