We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0bb74 commit f5140c8Copy full SHA for f5140c8
1 file changed
openai-dalle/README.md
@@ -22,7 +22,7 @@ Follow the instructions in [the tutorial](https://realpython.com/generate-images
22
23
You can find the code for each of these steps in dedicated scripts:
24
25
-- `create_dalle3.py`: Create an image from a text prompt using DALL·E 3 and save the image data to a file.
+- `create_dalle3.py`: Create an image from a text prompt using DALL·E 3 and display the URL to the image.
26
- `create.py`: Create an image from a text prompt using DALL·E 2 and save the image data to a file.
27
- `convert.py`: Convert a Base64-encoded PNG image delivered in a JSON response to a PNG image file.
28
- `vary.py`: Read Base64-encoded image data and make an API request to receive variations of that image.
0 commit comments