docs: fix broken image URL in vision example#2848
docs: fix broken image URL in vision example#2848veeceey wants to merge 2 commits intoopenai:mainfrom
Conversation
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
|
Ready for review and merge. All tests passing. |
|
Thanks for the PR! |
|
Thanks @karpetrosyan, that's a good suggestion! I'll download the image into the |
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.
2f56e31 to
e8a9261
Compare
|
Done! I've downloaded the image into |
|
Hi @karpetrosyan, just a gentle follow-up — I've implemented your suggestion to download the image into |
Summary
Changes
https://upload.wikimedia.org/wikipedia/commons/3/36/Danbo_Cheese.jpgTesting
Fixes #2776