Phoenix7 commited on
Commit
42a9d8f
1 Parent(s): f92c539

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -1,2 +1,9 @@
1
- openai
2
- Path
 
 
 
 
 
 
 
 
1
+ openai==0.27.2
2
+ langchain==0.0.123
3
+ fastapi==0.95.0
4
+ gunicorn==20.1.0
5
+ uvicorn==0.21.1
6
+ pandas==1.5.3
7
+ numpy==1.24.2
8
+ sentence_transformers==2.2.2
9
+ redis==4.5.3