samim2024 commited on
Commit
5bb6200
·
verified ·
1 Parent(s): 4900924

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- langchain
2
- streamlit
3
- tiktoken
4
- python-dotenv
5
- langchain-openai
6
- langchain_experimental
7
- tabulate
8
- huggingface-hub
 
 
1
+ huggingface-hub
2
+ langchain==0.1.13
3
+ streamlit==1.29.0
4
+ openai==1.14.2
5
+ tiktoken==0.5.2
6
+ python-dotenv==1.0.1
7
+ langchain-openai==0.1.0
8
+ langchain_experimental==0.0.55
9
+ tabulate==0.9.0