ChatGPT-Linebot-using-python-flask-on-vercel
ChatGPT-Linebot-using-python-flask-on-vercel copied to clipboard
GPT-Linebot using python flask for vercel
Turbo
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,...
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...