Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ streamlit
|
|
2 |
PyMuPDF
|
3 |
nltk
|
4 |
scikit-learn
|
5 |
-
openai
|
6 |
pdfplumber
|
7 |
python-dotenv
|
|
|
2 |
PyMuPDF
|
3 |
nltk
|
4 |
scikit-learn
|
5 |
+
pip install openai==0.28
|
6 |
pdfplumber
|
7 |
python-dotenv
|