Bug Report:
Steps to reproduce:
*) Provide this URL to gpt-4 with vision via the API: https://media.discordapp.net/attachments/701492223597871107/1171842135738298398/IMG_3883.png?ex=655e2608&is=654bb108&hm=5a2729f82b3f70208218bea500bf135a89e24d6d317f0d74fd0a8a87ad65053f&=&width=310&height=671
Expected result:
I would either expect (A) the API to process the image and deliver an response or (B) give me an error message telling me what is wrong.
Actual result:
I get the following error: You uploaded an unsupported image. Please make sure your image is below 20 MB in size and is of one the following formats: ['png', 'jpeg', 'gif', 'webp'].
Additional information
I verified by manually curling the URL, that the content type is indeed image/jpeg and the file is only around 2MB (2534615b). So both requirements in the error message are met. I assume I run into a hidden limitation.