Hello,
Im trying to work with the new chat API from Openai. here is the cURL request example from their documentation:
the “messages” param is an array that must be formatted like so…
I've set up written the code in my api call and I have confirmed on webhook.site that im sending the messages array in the right format. here is my output to webhook.site:
my question is how can I set this up in xano api. Im getting stuck at what input I should use and how to map this correctly. here is my api:
I used a json object as the input, and set the value of the “messages” path to my input which is the json ob