Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Last active March 18, 2023 12:14
Show Gist options
  • Select an option

  • Save MahdiKarimipour/e3bba82abc8fc3eed3814db398c6e59c to your computer and use it in GitHub Desktop.

Select an option

Save MahdiKarimipour/e3bba82abc8fc3eed3814db398c6e59c to your computer and use it in GitHub Desktop.
Pellerex Calling AI APIs
curl --location 'https://api.pellerex.com/proxy/35af8351-......7cf77c6a9615/v1/hello' \
--header 'Authorization: Bearer eyJhbGciOiJo......ru3_I1YIPCCYw5wCF9ty2nhF4_XD9S0' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": "Jim is walking through the woods.",
"question": "Where is he walking?"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment