mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
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>
|
||
|---|---|---|
| .. | ||
| backend_suite_test.go | ||
| embeddings.go | ||
| image.go | ||
| llm.go | ||
| llm_test.go | ||
| options.go | ||
| rerank.go | ||
| soundgeneration.go | ||
| stores.go | ||
| transcript.go | ||
| tts.go | ||