Sending base64 or url of an image to openAI using OpenAI block
Scenario:
------------------------------------------------
Is it possible to OpenAI API analyse the image using only Typebot's blocks or I'll need to use n8n together?
------------------------------------------------
- Typebot self hosted Version: 3.8.0
- I want to OpenAI API to analyze a png image
------------------------------------------------
- Create chat completion
- Model: Gpt-4o
- Message: Analyze the image and enter the calories for each food item, as well as the total calories and weight. Please, answer always in portuguese-br language. The url of the image is: {{imageNutri}}
- Temperature: 1
- Save Response: infoNutri
Is it possible to OpenAI API analyse the image using only Typebot's blocks or I'll need to use n8n together?