Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
streamlit==1.36.0
|
| 2 |
langchain==0.2.5
|
|
|
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
accelerate
|
| 6 |
-
streamlit-chat==0.1.1
|
| 7 |
-
python-dotenv==1.0.1
|
| 8 |
-
langchain-openai==0.1.9
|
| 9 |
-
langchain-huggingface
|
|
|
|
| 1 |
streamlit==1.36.0
|
| 2 |
langchain==0.2.5
|
| 3 |
+
langchain-community==0.2.5
|
| 4 |
torch
|
| 5 |
transformers
|
| 6 |
accelerate
|
| 7 |
+
streamlit-chat==0.1.1
|
| 8 |
+
python-dotenv==1.0.1
|
|
|
|
|
|