Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -4,8 +4,8 @@ schedule==1.2.2
|
|
| 4 |
transformers==4.43.2
|
| 5 |
torch==2.4.0
|
| 6 |
streamlit_autorefresh==1.0.1
|
| 7 |
-
openai=
|
| 8 |
PyPDF2==3.0.1
|
| 9 |
groq==0.13.0
|
| 10 |
-
python-dotenv==1.0.0
|
| 11 |
SpeechRecognition==3.8.1
|
|
|
|
| 4 |
transformers==4.43.2
|
| 5 |
torch==2.4.0
|
| 6 |
streamlit_autorefresh==1.0.1
|
| 7 |
+
openai>=1.0.0
|
| 8 |
PyPDF2==3.0.1
|
| 9 |
groq==0.13.0
|
| 10 |
+
python-dotenv==1.0.0
|
| 11 |
SpeechRecognition==3.8.1
|