Skip to content

Commit 5225e0f

Browse files
committed
updates to types
1 parent e5159f2 commit 5225e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inferencesh/models/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ImageCapabilityMixin(BaseModel):
6767
image: Optional[File] = Field(
6868
description="the image to use for the model",
6969
default=None,
70-
content_media_type=["image/*"],
70+
contentMediaType="image/*",
7171
)
7272

7373
class ReasoningCapabilityMixin(BaseModel):

0 commit comments

Comments
 (0)