Hello I don’t know what wrong with this error Why chat gpt not read my image
Please
You’re mapping the Messenger message ID as an Image File, but OpenAI Vision requires actual binary image data, not an ID or reference.
Correct Setup Steps:
You need to retrieve the actual image binary before sending it to OpenAI.
Add a new module between Messenger and OpenAI.
Choose HTTP > Get a file.
In the URL field, map the Messenger message’s attachment URL (if it’s an image).
It’s usually look like this:
----> Message > Attachments > Payload > URL
This will return the binary data of the image.
Now in the OpenAI module, under Images > Image File,
choose Map, then select the binary output from the HTTP Get a file module.
It should look like
------> Data (Binary)
Make sure “How would you like to specify an image?” is set to:
---->Image File > Map
You need to download the file from wherever it is currently.
Do the following:
Thankyou very much Let me try it
Thankyou very much Let me take my time to try it
I try it already It work I really Thankyou very much
I have another question If the customer send me the 3 picture in the same time
Chat GPT only read 1st picture
Chat GPT not read second third picture
How to make Chat GPT read second third picture
You have to use an iterator for it to read all the images.