mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
The video edit endpoint parsed the multipart body but dropped the uploaded source video, only normalizing it to an id. When a raw file is uploaded it now flows through videos.main -> the http handler -> the provider transform, which emits multipart/form-data with the source video as a file part, matching the official OpenAI SDK's videos.edit wire format. Edit-by-id still egresses JSON. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_endpoints.py | ||
| test_utils.py | ||