Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.13
|
2 |
+
streamlit==1.32.2
|
3 |
+
openai==1.14.2
|
4 |
+
tiktoken==0.5.2
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
duckduckgo-search==5.1.0
|
7 |
+
langchain-openai==0.1.0
|