Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
httpx
|
| 4 |
-
langchain[community]
|
| 5 |
-
langgraph
|
| 6 |
-
openai
|
| 7 |
-
pydantic
|
| 8 |
-
loguru
|
| 9 |
-
python-dotenv
|
| 10 |
-
huggingface_hub
|
| 11 |
-
langchain-community>=0.2.0
|
| 12 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
httpx
|
| 4 |
+
langchain[community]
|
| 5 |
+
langgraph
|
| 6 |
+
openai
|
| 7 |
+
pydantic
|
| 8 |
+
loguru
|
| 9 |
+
python-dotenv
|
| 10 |
+
huggingface_hub
|
| 11 |
+
langchain-community>=0.2.0
|
| 12 |
+
langchain-openai
|