feat(api): allow to pass videos to backends (#3601)
This prepares the API to receive videos as well for video understanding.
It works similarly to images, where the request should be in the form:
{
"type": "video_url",
"video_url": { "url": "url or base64 data" }
}
Signed-off-by: Ettore Di Giacinto <mudler@localai.io> E
Ettore Di Giacinto committed
fbb9facda40eb9442ef0819b5a2de13500019229
Parent: c6a819e
Committed by GitHub <noreply@github.com>
on 9/19/2024, 9:21:59 AM