Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
openai
|
| 2 |
-
gradio
|
| 3 |
pyperclip
|
|
|
|
|
|
| 1 |
+
openai>=1.0.0
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
pyperclip
|
| 4 |
+
python-dotenv
|