Spaces:
Runtime error
Runtime error
MatheusHRV
commited on
Commit
•
c1bca45
1
Parent(s):
90e20f9
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
langchain==0.0.351
|
3 |
+
openai==1.5.0
|
4 |
+
streamlit-chat==0.0.2.2
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
transformers
|