Skip to content

fix: replace broken wikimedia image URL with httpbin test image#3117

Open
Jah-yee wants to merge 1 commit intoopenai:mainfrom
Jah-yee:fix/vision-example-image-url
Open

fix: replace broken wikimedia image URL with httpbin test image#3117
Jah-yee wants to merge 1 commit intoopenai:mainfrom
Jah-yee:fix/vision-example-image-url

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented Apr 24, 2026

Good day

Summary

The README Vision example uses a wikimedia image URL that returns HTTP 400 (likely due to Wikimedia's hotlink protection or size limit). This replaces the broken URL with a reliable test image from httpbin.org.

Changes

  • README.md: swapped broken wikimedia URL for working httpbin.org/image/jpeg

Verification

curl -sI https://httpbin.org/image/jpeg
# HTTP/2 200, content-length: 35588

Fixes

Fixes #2776

Thank you for your work on this project. I hope this small fix is helpful. Please let me know if there's anything to adjust.

Warmly, RoomWithRoof

@Jah-yee Jah-yee requested a review from a team as a code owner April 24, 2026 05:36
@Jah-yee
Copy link
Copy Markdown
Author

Jah-yee commented Apr 24, 2026

Hi! This simple fix replaces a broken wikimedia image URL with a working httpbin test image in the README. Please let me know if any changes are needed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vision example throws an error

1 participant