Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
openai>=0.27.0
|
| 2 |
tiktoken>=0.6.0
|
| 3 |
gradio>=5.34.1
|
|
|
|
|
|
| 1 |
openai>=0.27.0
|
| 2 |
tiktoken>=0.6.0
|
| 3 |
gradio>=5.34.1
|
| 4 |
+
python-dotenv>=1.0.0 # If you want to use .env files
|