mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
code QA check
This commit is contained in:
parent
3e9d2bfcaa
commit
a351c813f6
1 changed files with 1 additions and 1 deletions
|
|
@ -905,7 +905,7 @@ def convert_to_anthropic_image_obj(
|
|||
)
|
||||
except litellm.ImageFetchError:
|
||||
raise
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
raise Exception(
|
||||
"""Image url not in expected format. Example Expected input - "image_url": "data:image/jpeg;base64,{base64_image}". Supported formats - ['image/jpeg', 'image/png', 'image/gif', 'image/webp']."""
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue