Spaces:
Sleeping
Sleeping
Commit
·
49557ca
1
Parent(s):
d19fc37
updated requeriments
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ langchain-openai>=0.0.5
|
|
| 7 |
langchain-huggingface>=0.0.2
|
| 8 |
langchain-text-splitters>=0.0.1
|
| 9 |
langchain-core>=0.1.17
|
|
|
|
| 10 |
|
| 11 |
# Language models
|
| 12 |
openai>=1.10.0
|
|
@@ -16,7 +17,7 @@ groq>=0.4.0
|
|
| 16 |
sentence-transformers>=2.2.2
|
| 17 |
|
| 18 |
# Audio processing
|
| 19 |
-
fastrtc>=0.0.25
|
| 20 |
elevenlabs>=0.2.24
|
| 21 |
numpy>=1.24.0
|
| 22 |
|
|
|
|
| 7 |
langchain-huggingface>=0.0.2
|
| 8 |
langchain-text-splitters>=0.0.1
|
| 9 |
langchain-core>=0.1.17
|
| 10 |
+
langgraph>=0.0.40 # Agregado - necesario para tu agent.py
|
| 11 |
|
| 12 |
# Language models
|
| 13 |
openai>=1.10.0
|
|
|
|
| 17 |
sentence-transformers>=2.2.2
|
| 18 |
|
| 19 |
# Audio processing
|
| 20 |
+
fastrtc>=0.0.25
|
| 21 |
elevenlabs>=0.2.24
|
| 22 |
numpy>=1.24.0
|
| 23 |
|