From 1f0fe62176ec538ea5b65dcf52dea71295761645 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jydu_seven@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:36:27 +0800 Subject: [PATCH] fix: replace broken wikimedia image URL with httpbin test image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9450c0bc51..92e0ed3549 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,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://httpbin.org/image/jpeg" response = client.responses.create( model="gpt-5.2",