heysho commited on
Commit
b3cce14
1 Parent(s): 5949f3d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openai==1.29.0
2
+ anthropic==0.25.7
3
+ google-generativeai==0.5.2
4
+ tiktoken==0.7.0
5
+ streamlit==1.33.0
6
+ langchain==0.1.16
7
+ langchain-community==0.0.34
8
+ langchain-openai==0.1.3
9
+ langchain-core==0.1.46
10
+ langchain-google-genai==1.0.3
11
+ langchain-anthropic==0.1.11
12
+ python-dotenv==1.0.0
13
+
14
+ duckduckgo_search==4.2
15
+ html2text==2020.1.16
16
+ lxml[html_clean]==5.2.1
17
+ readability-lxml==0.8.1