Skip to content

Instantly share code, notes, and snippets.

@leduqueiroz
Created May 26, 2023 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leduqueiroz/7ebfd1f79c662efb600fc55bab15a052 to your computer and use it in GitHub Desktop.
Save leduqueiroz/7ebfd1f79c662efb600fc55bab15a052 to your computer and use it in GitHub Desktop.
app logic - open api request
{
"inputs": {
"method": "POST",
"uri": "https://api.openai.com/v1/chat/completions",
"headers": {
"Content-Type": "application/json"
},
"body": "{SEU TEMPLATE GERADO NO PASSO 4}",
"authentication": {
"type": "Raw",
"value": "Bearer {APIKEY}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment