huchiahsi commited on
Commit
3dae92b
·
1 Parent(s): e93d820

替requirments.txt加上註解

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- Flask
2
- gunicorn
3
- line-bot-sdk
4
- markdown
5
- beautifulsoup4
6
- openai
7
- google-genai
8
- Pillow
 
1
+ Flask # 執行LINE Bot Webhook Server需要的套件
2
+ gunicorn # 執行正式的web server,讓他來反向代理執行中的Flask
3
+ line-bot-sdk # LINE Bot的必須安裝項
4
+ markdown # 讓輸出格式漂亮,並且解析markdown文件用的套件
5
+ beautifulsoup4 # 讓輸出格式漂亮的套件
6
+ openai # 使用OpenAI的模型(此次課程為示範不使用)
7
+ google-genai # 使用Google Gemini API的套件
8
+ Pillow # 處理圖片