Hammad712 commited on
Commit
b0c7b62
·
verified ·
1 Parent(s): 2bc7ef8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- groq
 
 
 
 
 
5
  python-multipart
6
- requests
7
- pillow
8
- pymongo
 
1
+ pymongo==4.9.2
2
+ groq==0.5.0
3
+ faiss-cpu==1.7.4
4
+ torch==2.1.1
5
+ transformers==4.43.4
6
+ Pillow==10.4.0
7
+ fastapi==0.112.0
8
+ uvicorn==0.30.5
9
+ pydantic==2.8.2
10
  python-multipart
11
+ requests