Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
-
openai
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|