Skip to content

Commit 5f97be5

Browse files
Merge pull request #5338 from PatrickFarley/imagen
correct input type
2 parents 1db8f14 + 9e80ff3 commit 5f97be5

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
@@ -237,7 +237,7 @@ The format in which DALL-E 3 generated images are returned. Must be one of `url`
237237

238238
## Call the Image Edit API
239239

240-
The Image Edit API allows you to modify existing images based on text prompts you provide. The API call is similar to the image generation API call, but you also need to provide an image URL or base 64-encoded image data.
240+
The Image Edit API allows you to modify existing images based on text prompts you provide. The API call is similar to the image generation API call, but you also need to provide an input image (base64-encoded image data).
241241

242242

243243

0 commit comments

Comments
 (0)