You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baml sets media_type to image/jpg for .jpg files, which causes Antropic to fail: Input should be 'image/jpeg', 'image/png', 'image/gif' or 'image/webp'. Changing the extension to .jpeg fixes this, but I think Baml should patch this problem by sending image/jpeg when the filename ends in .jpg.
The text was updated successfully, but these errors were encountered:
Baml sets
media_type
toimage/jpg
for.jpg
files, which causes Antropic to fail:Input should be 'image/jpeg', 'image/png', 'image/gif' or 'image/webp'
. Changing the extension to.jpeg
fixes this, but I think Baml should patch this problem by sendingimage/jpeg
when the filename ends in.jpg
.The text was updated successfully, but these errors were encountered: