heysho commited on
Commit
2d0129f
1 Parent(s): 04d6a57

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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