Unverified Commit 82acf218 authored by Joachim Studnia's avatar Joachim Studnia Committed by GitHub
Browse files

Fix typo for limit-mm-per-prompt in docs (#21697)


Signed-off-by: default avatarJoachim Studnia <joachim@mistral.ai>
parent 86ae693f
......@@ -3258,7 +3258,7 @@ class MultiModalConfig:
Defaults to 1 (V0) or 999 (V1) for each modality.
For example, to allow up to 16 images and 2 videos per prompt:
`{"images": 16, "videos": 2}`
`{"image": 16, "video": 2}`
"""
media_io_kwargs: dict[str, dict[str, Any]] = field(default_factory=dict)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment