Hi guys.
New here.
Perhaps I can find some help here.
I am currently trying to upload some documents to openAI from SharePoint using power automator to glue the process but I tried everything except the solution I still can't figure out.
Not to drown you guys in bla bla.
Here's the openAI specifications using curl:
curl https://api.openai.com/v1/files \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-F purpose="fine-tune" \
-F file="@mydata.jso
nl"