Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-cpp-python
|
| 2 |
+
uvicorn
|
| 3 |
+
fastapi
|
| 4 |
+
pydantic
|
| 5 |
+
langchain
|
| 6 |
+
langgraph
|
| 7 |
+
langchain-community
|
| 8 |
+
python-multipart
|