Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ pydantic==2.9.0
|
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
|
| 6 |
# LLM
|
| 7 |
-
groq=
|
| 8 |
google-generativeai==0.8.3
|
| 9 |
|
| 10 |
# RAG
|
|
|
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
|
| 6 |
# LLM
|
| 7 |
+
groq>=0.11.0
|
| 8 |
google-generativeai==0.8.3
|
| 9 |
|
| 10 |
# RAG
|