fmab777 commited on
Commit
e4c9de9
·
verified ·
1 Parent(s): 75b0541

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -16,8 +16,11 @@ lxml>=4.9.0,<6.0.0
16
  # YouTube Transcript Library (Primary method)
17
  youtube-transcript-api>=0.6,<0.7
18
 
19
- # Google Gemini SDK (Fallback Summarizer)
20
- google-generativeai>=0.5.0,<0.7.0 # Added
 
 
 
21
 
22
  # WSGI/ASGI Servers & Adapter
23
  gunicorn>=21.0,<23.0
 
16
  # YouTube Transcript Library (Primary method)
17
  youtube-transcript-api>=0.6,<0.7
18
 
19
+ # Google Gemini SDK (Fallback Summarizers)
20
+ google-generativeai>=0.5.0,<0.7.0
21
+
22
+ # Groq SDK (Primary Summarizer - NEW)
23
+ groq>=0.8.0,<0.9.0
24
 
25
  # WSGI/ASGI Servers & Adapter
26
  gunicorn>=21.0,<23.0