Skip to content

Commit f5140c8

Browse files
authored
Final QA (#571)
1 parent fb0bb74 commit f5140c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai-dalle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Follow the instructions in [the tutorial](https://realpython.com/generate-images
2222

2323
You can find the code for each of these steps in dedicated scripts:
2424

25-
- `create_dalle3.py`: Create an image from a text prompt using DALL·E 3 and save the image data to a file.
25+
- `create_dalle3.py`: Create an image from a text prompt using DALL·E 3 and display the URL to the image.
2626
- `create.py`: Create an image from a text prompt using DALL·E 2 and save the image data to a file.
2727
- `convert.py`: Convert a Base64-encoded PNG image delivered in a JSON response to a PNG image file.
2828
- `vary.py`: Read Base64-encoded image data and make an API request to receive variations of that image.

0 commit comments

Comments
 (0)