Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ requests==2.31.0
|
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
pydantic==2.4.2
|
| 5 |
gunicorn==21.2.0
|
| 6 |
-
huggingface_hub==0.20.3
|
|
|
|
|
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
pydantic==2.4.2
|
| 5 |
gunicorn==21.2.0
|
| 6 |
+
huggingface_hub==0.20.3
|
| 7 |
+
openai==1.12.0
|