Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
langchain==0.0.91
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.91
|
2 |
+
uvicorn
|
3 |
+
fastapi
|
4 |
+
pydantic
|
5 |
+
requests
|
6 |
+
pytest
|