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?