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 3f72ab2 commit ab96379Copy full SHA for ab96379
src/inferencesh/models/llm.py
@@ -67,8 +67,7 @@ class ImageCapabilityMixin(BaseModel):
67
image: Optional[File] = Field(
68
description="the image to use for the model",
69
default=None,
70
- content_type=["image/*"],
71
- max_size_mb=10
+ content_media_type=["image/*"],
72
)
73
74
class ReasoningCapabilityMixin(BaseModel):
0 commit comments