Hiren122 commited on
Commit
1e8ad63
·
verified ·
1 Parent(s): 5ce2545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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": 20,
42
- "3-pro": 20,
43
- "gpt-5.3 codex": 20
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)