lyly21 commited on
Commit
3f549aa
1 Parent(s): 4517f06

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -5
requirements.txt CHANGED
@@ -1,5 +1,11 @@
1
- streamlit
2
- langchain
3
- openai
4
- chromadb
5
- tiktoken
 
 
 
 
 
 
 
1
+ streamlit==1.30.0
2
+ streamlit-option-menu==0.3.12
3
+ streamlit-antd-components==0.3.1
4
+ streamlit-chatbox==1.1.11
5
+ streamlit-modal==0.1.0
6
+ streamlit-aggrid==0.3.4.post3
7
+ langchain==0.0.354
8
+ langchain-community==0.0.19
9
+ openai==1.9.0
10
+ chromadb==0.4.13
11
+ tiktoken==0.5.2