AmmarFahmy commited on
Commit
26ad9d4
1 Parent(s): a6c0728

removed anthropic and added langchain-anthropic

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  streamlit
2
  langchain
3
  langchain-community
 
4
  openai
5
  python-dotenv
6
- PyPDF2
7
- anthropic
 
1
  streamlit
2
  langchain
3
  langchain-community
4
+ langchain-anthropic==0.1.4
5
  openai
6
  python-dotenv
7
+ PyPDF2