Skip to content

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

@veeceey
Copy link
Author

veeceey commented Feb 10, 2026

Thanks @karpetrosyan, that's a good suggestion! I'll download the image into the .github folder and update the reference to use raw.githubusercontent.com. Will push an update shortly.

Per reviewer feedback, download the image into the .github folder
and reference it via raw.githubusercontent.com instead of linking
to an external URL. This is more reliable and avoids external
dependency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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