Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==1.13.4
|
2 |
+
openapi-schema-pydantic==1.2.4
|
3 |
+
gradio==3.50.2
|
4 |
+
gradio_client==0.6.1
|
5 |
+
python-dotenv==1.0.0
|