Closed cisasteelersfan closed 9 months ago
Oops, this also doesn't work: Request: {'model': 'gemma:2b', 'messages': [{'role': 'user', 'content': 'hi', 'images': [None]}], 'stream': True}
results in 400 unsupported image format
. We'll have to remove this argument.
See #33 - previously, ollama-server apparently could handle a request with images specified in the body as an empty string. Newer versions cannot and return an error like
unsupported image format
.