When using the OpenAI Image Analyzer, I cannot seem to pass a binary file to the Node. I attached a file upload node and cannot get it to pass the binary to the OpenAI node. Can someone help?
1 Like
Hi @Vincent_Serpico,
the name of the object comes in slightly differently than how openai needs the binary file to be. You can use a code step in between, or reference the name of the field as the input to the chat step.
Here’s a workflow.
Best,
Robert
2 Likes
did that solve your question?
1 Like
Yes, Thank you so much.
1 Like
Glad to help! If you can, please mark it as the solution so others can benifit as well.