diff --git a/.github/vision-example.jpg b/.github/vision-example.jpg new file mode 100644 index 0000000000..c3c518f282 Binary files /dev/null and b/.github/vision-example.jpg differ diff --git a/README.md b/README.md index 7e4f0ae657..2f6c0c3b81 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ With an image URL: ```python prompt = "What is in this image?" -img_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/2023_06_08_Raccoon1.jpg/1599px-2023_06_08_Raccoon1.jpg" +img_url = "https://raw.githubusercontent.com/openai/openai-python/main/.github/vision-example.jpg" response = client.responses.create( model="gpt-5.2",