Upload /bck/requirements.txt with huggingface_hub
Browse files- bck/requirements.txt +7 -0
bck/requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.115.6
|
2 |
+
mistralai==1.2.5
|
3 |
+
pydantic==2.10.4
|
4 |
+
python-dotenv==1.0.1
|
5 |
+
replicate==1.0.4
|
6 |
+
Requests==2.32.3
|
7 |
+
uvicorn==0.34.0
|