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

GPT-Linebot using python flask for vercel

Results 6 ChatGPT-Linebot-using-python-flask-on-vercel issues
Sort by recently updated
recently updated
newest added
trafficstars

I tried to change from zn to en at the default, and it does not work. Any suggestion? Thank you very much.

請問這些環境變數要寫在程式哪裡?

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,...

Currently, since we use max_token = 240. Some sentences will be cut due to the max length. However, user can say "繼續" to continue the response. Try to enhance this,...

enhancement

Since we use "global" in this codebase. If user put this chatbot in "more than one chatroom", the reponse maybe weird. ex: A chatroom 閉嘴 B chatroom 說話 A chatroom...

enhancement