Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.4
|
2 |
+
streamlit==1.30.0
|
3 |
+
openai==1.10.0
|
4 |
+
tiktoken==0.5.2
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
langchain-openai==0.0.5
|