Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,9 +38,9 @@ AUTHORIZED_KEYS = {
|
|
| 38 |
# Rate Limit Settings
|
| 39 |
RPM_LIMIT = 60
|
| 40 |
RPD_LIMITS = {
|
| 41 |
-
"claude opus-4.6":
|
| 42 |
-
"3-pro":
|
| 43 |
-
"gpt-5.3 codex":
|
| 44 |
}
|
| 45 |
|
| 46 |
# Tracking Data (In-memory)
|
|
|
|
| 38 |
# Rate Limit Settings
|
| 39 |
RPM_LIMIT = 60
|
| 40 |
RPD_LIMITS = {
|
| 41 |
+
"claude opus-4.6": 1000,
|
| 42 |
+
"3-pro": 1000,
|
| 43 |
+
"gpt-5.3 codex": 1000
|
| 44 |
}
|
| 45 |
|
| 46 |
# Tracking Data (In-memory)
|