Spaces:
Sleeping
Sleeping
Jatin Mehra
commited on
Commit
·
0eb28b0
1
Parent(s):
6122c21
Update requirements.txt
Browse filesDowngrading httpx to a version compatible with Groq lib
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ streamlit-chat==0.1.1
|
|
| 3 |
langchain-community==0.0.24
|
| 4 |
PyPDF2==3.0.1
|
| 5 |
groq==0.9.0
|
|
|
|
|
|
| 3 |
langchain-community==0.0.24
|
| 4 |
PyPDF2==3.0.1
|
| 5 |
groq==0.9.0
|
| 6 |
+
httpx==0.27.0
|