ChatGPT-Linebot-using-python-flask-on-vercel icon indicating copy to clipboard operation
ChatGPT-Linebot-using-python-flask-on-vercel copied to clipboard

Check timeout reason.

Open howarder3 opened this issue 2 years ago • 0 comments
trafficstars

Currently, if we ask chatbot to response in long sentense. Vercel will get timeout over 10 sec.

Need to check this is cause by

  1. openai api response too longer, then the system detect this line execute over 10 secs.
  2. From get message to reply message over 10 secs.

Which one?

howarder3 avatar Dec 16 '22 19:12 howarder3