Closed LibertyPrimer closed 1 year ago
@LibertyPrimer
Could you toke a screenshot of your query settings to me?
Try config the file field in this way:
I had this one before:
I tried the field field you send me but still give me the same problem
@LibertyPrimer
I just checked the source code, the cause of this issue is the empty value of the mask
field. For empty file field, we mistakenly passed an illegal file to OpenAI.
The workaround now is setting a mask image too.
We'll fix this issue asap.
Hello, congratulations for the hard work developing this, I'm using it for my Non-Profit and is helping us a lot!
I was testing the OpenAI integration you have, and the generation of images work so fine, but the modification of images give me error due to the image I send via API to OpenAI don't achieve the requeriments.
I check and is a 40KB square png image, i found in some forums that this is because the API have a problem with the type of the png file generated by Typescript when is casted.
As i found, it suppose to can be solved adding "as Any" in the casting.
I don't really know if this is the solution because I'm not experimented enough to text directly, but hope this little investigation helps.
References: OpenAI Forum