Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit==1.33.0
|
2 |
-
openai
|
3 |
langchain-community==0.0.29
|
4 |
langchain-openai==0.0.8
|
5 |
pymupdf==1.24.3
|
|
|
1 |
streamlit==1.33.0
|
2 |
+
openai>=1.10.0,<2.0.0 # Compatible with langchain-openai
|
3 |
langchain-community==0.0.29
|
4 |
langchain-openai==0.0.8
|
5 |
pymupdf==1.24.3
|