Update requirements.txt
Browse files- requirements.txt +2 -9
requirements.txt
CHANGED
@@ -12,15 +12,8 @@ gradio>=3.50.0
|
|
12 |
python-docx
|
13 |
docx2pdf
|
14 |
|
15 |
-
#
|
16 |
-
google-generativeai>=0.3.0
|
17 |
-
|
18 |
-
# Alternative model dependencies (uncomment as needed)
|
19 |
-
# openai>=1.0.0 # For OpenAI models
|
20 |
-
# anthropic>=0.5.0 # For Claude models
|
21 |
-
# huggingface-hub>=0.19.0 # For improved HF integration
|
22 |
|
23 |
# Optional dependencies for handling various file types
|
24 |
-
python-docx
|
25 |
-
docx2pdf
|
26 |
pillow # For image processing
|
|
|
12 |
python-docx
|
13 |
docx2pdf
|
14 |
|
15 |
+
# Google Gemini API
|
16 |
+
google-generativeai>=0.3.0
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
# Optional dependencies for handling various file types
|
|
|
|
|
19 |
pillow # For image processing
|