ChatGPT-Linebot-using-python-flask-on-vercel
ChatGPT-Linebot-using-python-flask-on-vercel copied to clipboard
Check timeout reason.
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
- openai api response too longer, then the system detect this line execute over 10 secs.
- From get message to reply message over 10 secs.
Which one?