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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Adding webp to image assets for downloading (#201)
<!-- begin-generated-description -->
This PR updates the `_send_http_request` function in the
`cohere_compass/clients/compass.py` and
`cohere_compass/clients/compass_async.py` files.
- The function now checks for the `image/webp` content type in addition
to `image/jpeg` and `image/png`.
- This change ensures that the function can handle responses from
`get_document_asset()` when the asset is an image in WebP format.
<!-- end-generated-description -->