We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5159f2 commit 5225e0fCopy full SHA for 5225e0f
src/inferencesh/models/llm.py
@@ -67,7 +67,7 @@ class ImageCapabilityMixin(BaseModel):
67
image: Optional[File] = Field(
68
description="the image to use for the model",
69
default=None,
70
- content_media_type=["image/*"],
+ contentMediaType="image/*",
71
)
72
73
class ReasoningCapabilityMixin(BaseModel):
0 commit comments