Upload requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -27,4 +27,6 @@ tqdm>=4.65.0
|
|
| 27 |
python-dotenv>=1.0.0
|
| 28 |
|
| 29 |
# Optional: LLM integration
|
| 30 |
-
openai>=1.0.0
|
|
|
|
|
|
|
|
|
| 27 |
python-dotenv>=1.0.0
|
| 28 |
|
| 29 |
# Optional: LLM integration
|
| 30 |
+
openai>=1.0.0
|
| 31 |
+
|
| 32 |
+
transformers==4.57.5
|