Share feedback, ideas and get community help

Updated 3 months ago

Problem with Webhook timeout. Request to https://www.together.ai/

Hi,

I'm building a chatbot that uses an LLM. I've been using together.ai. The requests to the API due to the nature of the LLM's sometimes takes more than 10 seconds.

I've been investigating the code: https://github.com/baptisteArno/typebot.io/blob/main/packages/bot-engine/blocks/integrations/webhook/executeWebhookBlock.ts

It seems that this problem will be handle in the future. Anybody know when will be possible to adjust the timeouts?

Best Regards,
André.
L
B
A
6 comments
I suggest to @Baptiste put an option in the webhook block to flow developer select a min and max timeout to http request.
Yes, I’ll push that this week 🙏
Hi @Baptiste An option to read the webhook header returning from request will be appreciated because some tokens(jwt bearer token, for sample) and other informations are important to read them.
Hmmm a response will never send a JWT Auth header as far as I know!
For the timeout it is tracked here and will be done soone: https://github.com/baptisteArno/typebot.io/issues/1128
Add a reply
Sign up and join the conversation on Discord