code QA check

This commit is contained in:
Ishaan Jaffer 2026-01-16 16:06:51 -08:00
parent 3e9d2bfcaa
commit a351c813f6

View file

@ -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']."""
)