Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.1.0
|
2 |
+
langchain==0.0.179
|
3 |
+
openai==0.27.0
|
4 |
+
panel==0.14.0
|
5 |
+
param==1.12.0
|
6 |
+
python-dotenv==0.21.0
|