Manishkumaryadav commited on
Commit
9fcf904
·
verified ·
1 Parent(s): 88d1418

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit==1.33.0
2
- openai==0.28.1
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