Too many Open AI requests, crashes Typebot
I've been creating a bot, and i need multiple Open Ai blocks to complete it. But i've been experiencing crashes in the bot, it doesn't return anything and show "failed to fetch message". As for my tests, the number of OpenAi i can use subsequently is 6, anything above this number shuts down the bot and returns this message. I've tried splitting blocks, inserting "wait", and nothing works. Does typebot has a limitation in the Open ai?
2 Replies
Hello @Cupolido, as a quick fix, does it fix your issue if you check the
Pause the flow
option in Wait
blocks between your OpenAI Blocks?
To answer your last question, there isn't a limitation with Typebot and OpenAI. It may be because of another issue (rate limit with their API or something else maybe).
Let me know if it worked!6 subsequent OpenAI call seems wrong IMO. If you need the AI to provide multiple piece of information maybe look into the Generate variables action:
https://docs.typebot.io/editor/blocks/integrations/openai#generate-variables
Typebot Docs
OpenAI - Typebot Docs