Spaces:
Build error
Build error
Commit ·
1ee6732
1
Parent(s): 459dc97
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -16,7 +16,7 @@ from random import choice
|
|
| 16 |
from uuid import uuid4
|
| 17 |
|
| 18 |
TIMEOUT = 300
|
| 19 |
-
RATE_LIMIT = 0.
|
| 20 |
|
| 21 |
# Load environment variables from the .env file
|
| 22 |
load_dotenv()
|
|
|
|
| 16 |
from uuid import uuid4
|
| 17 |
|
| 18 |
TIMEOUT = 300
|
| 19 |
+
RATE_LIMIT = 0.15 # 9 requests per minute
|
| 20 |
|
| 21 |
# Load environment variables from the .env file
|
| 22 |
load_dotenv()
|