Skip to content

Commit ab96379

Browse files
committed
updates to types
1 parent 3f72ab2 commit ab96379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/inferencesh/models/llm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ class ImageCapabilityMixin(BaseModel):
6767
image: Optional[File] = Field(
6868
description="the image to use for the model",
6969
default=None,
70-
content_type=["image/*"],
71-
max_size_mb=10
70+
content_media_type=["image/*"],
7271
)
7372

7473
class ReasoningCapabilityMixin(BaseModel):

0 commit comments

Comments
 (0)