mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 05:15:19 +00:00
573df855d3
The OCI adapter now accepts both string and object formats for image_url: - String: "image_url": "https://example.com/image.png" - Object: "image_url": {"url": "https://example.com/image.png"} This fixes compatibility with OpenAI Vision API format.