Skip to content

docs: fix broken image URL in vision example#2848

Open
veeceey wants to merge 1 commit intoopenai:mainfrom
veeceey:fix/issue-2776-vision-example-url
Open

docs: fix broken image URL in vision example#2848
veeceey wants to merge 1 commit intoopenai:mainfrom
veeceey:fix/issue-2776-vision-example-url

Conversation

@veeceey
Copy link

@veeceey veeceey commented Feb 7, 2026

Summary

  • Fixes broken image URL in Vision example that was causing 400 errors
  • Replaces large raccoon image (569KB) with smaller, more reliable Danbo cheese image (95KB)
  • The previous URL caused download errors when used with the OpenAI API

Changes

  • Updated vision example in README.md with working image URL
  • New URL: https://upload.wikimedia.org/wikipedia/commons/3/36/Danbo_Cheese.jpg

Testing

  • Verified new image URL is accessible (HTTP 200)
  • Image is smaller (95KB vs 569KB) which should prevent download issues
  • URL format matches OpenAI's vision API requirements

Fixes #2776

Replaced the large raccoon image URL that was causing 400 errors
with a smaller, more reliable image URL. The previous URL returned
errors when used with the OpenAI API due to download issues.

Fixes openai#2776
@veeceey veeceey requested a review from a team as a code owner February 7, 2026 22:48
@veeceey
Copy link
Author

veeceey commented Feb 8, 2026

Ready for review and merge. All tests passing.

@karpetrosyan
Copy link
Collaborator

karpetrosyan commented Feb 9, 2026

Thanks for the PR!
I think it’s more reliable to download the image into the .github folder and then use it via raw.githubcontent.com/PATH

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

2 participants