Replies: 1 comment 1 reply
-
I've been having similar issues, but I've noticed that it can indeed decode PNG data, even if you lie to the API and put |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the
/v1/chat/completions
endpoint withllava
via the quickstart command:docker run -ti -p 8080:8080 localai/localai:v2.8.2-ffmpeg-core llava
If I supply base64 png data the call fails, docker output shows:
Failed encoding image not valid string
However if I convert that same png into a jpeg the call will succeed.
Request data looks like (I'm using typescript and axios):
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions