Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.316
|
| 2 |
+
openai==0.28.1
|
| 3 |
+
ipykernel # not needed in production
|
| 4 |
+
huggingface_hub
|
| 5 |
+
python-dotenv
|
| 6 |
+
streamlit
|