unable to process image properly #167
Unanswered
MosheAzraf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im trying to process an image from my local machine, its type and size are perfectly matching the requirements by open-ai,
however, Im still getting error of unsupported type and size.
I've wrote a service that receive an image from the controller, process it via open-ai and return a json list to a dto, Im not sure what am I doing wrong, I've tried implement it using the examples.
any ideas ?
error:
service:
controller
how I test it in postman:
Beta Was this translation helpful? Give feedback.
All reactions