Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
openai
|
2 |
-
gradio
|
3 |
-
python-dotenv
|
|
|
1 |
+
openai==1.37.0
|
2 |
+
gradio==4.38.1
|
3 |
+
python-dotenv==1.0.1
|