Hello everyone
I have a simple question, I would like to be able to feed the gpt node a binary document (image) and I am looking to generate a description of this document
I have a simplistic vision that this could be accomplished using a simple workflow
But obviously this is too simple and does not work and I was wondering if anyone did something similar before or has an idea on how to accomplish this ?
I don’t think the OpenAi node has the functionality to reply to a chat with an image, you may need to do a custom API request to make it work. Here’s OpenAi’s docs.