mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Fix typo
This commit is contained in:
parent
19194ece78
commit
c6af8977f6
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ def test_ollama_image():
|
|||
[ webp_image, None ],
|
||||
[ png_image, png_image ],
|
||||
[ f"data:image/jpeg;base64,{jpeg_image}", jpeg_image ],
|
||||
[ f"data:image/webpb;base64,{webp_image}", None ],
|
||||
[ f"data:image/webp;base64,{webp_image}", None ],
|
||||
[ f"data:image/png;base64,{png_image}", png_image ],
|
||||
[ datauri_base64_data, datauri_base64_data ]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue