HTTP request towards OpenAI inside n8n Workflow
Guys, does anybody know why it takes so much time to execute node "http request" towards OpenAI? I am calling OpenAI API, Post request to url openai chat completions and with body content using JSON to convert image into text using JSON format defined with specific parameters in order to map data. Image is in base64 format. IT takes in average around 15 sec to respond, sometimes more. Model GPT 4o. Can it be somehow improved? thank you!🙂