Skip to content

pyfbsdk59/Django-ChatGPT-linebot-Vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-ChatGPT-linebot-Vercel

一個Django ChatGPT linebot快速建置於平台Vercel。

1. 本專案參考了以下前輩和官方的方案改成製作,只針對剛學習Python或Django的朋友來佈置linebot在Vercel上。Vercel可取代取消免費方案的Heroku,來測試Side Project。

https://github.com/howarder3/GPT-Linebot-python-flask-on-vercel

https://github.com/vercel/examples/tree/main/python/django

2. 本以為只要把Flask的部分改為Django部分即可,但花了兩天,遇到了許多坑。主要就是因為使用Django會超過Vercel Function的50MB限制,嘗試了許多版本終於成功。

3. 主要就是裝了openapi的依賴後容量會大增。故在這版本我們只使用Django 2.0版本減少容量。我試過Django 3.2以上版本會Build失敗。若沒有其他特別需求,建議使用Django 2.0版本即可。也歡迎測試其他版本。


About

一個Django ChatGPT linebot快速建置於平台Vercel。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages