This commit is contained in:
frob 2024-05-28 17:00:08 +02:00 committed by GitHub
parent 19194ece78
commit c6af8977f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ]
]