HOW TO USE
The actor will start the webhook so you can ask your question to ChapGPT without providing the api key and receive the corresponding response.
After starting the actor, you will see such information in the log.
- HTTP POST { "text": "What is your question?" } as "application/json" at URL
Input Parameters
- timeout (optional): Stop the webhook after timeout reached.
Output example:
You will receive the such response and it's also saved in the dataset.
{ "result":"What is the definition of analytics?" }