Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
requests==2.31.0
|
| 14 |
+
beautifulsoup4==4.12.3
|
| 15 |
+
langchain_text_splitters==0.0.1
|