We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbab566 commit 869cb42Copy full SHA for 869cb42
sentry_sdk/integrations/litellm.py
@@ -70,7 +70,7 @@ def _convert_message_parts(messages: "List[Dict[str, Any]]") -> "List[Dict[str,
70
"type": "blob",
71
"modality": "image",
72
"mime_type": "image/jpeg",
73
- "content": "data:image/jpeg;base64,..."
+ "content": "<base64 encoded data>"
74
}
75
]
76
0 commit comments