joshuarauh commited on
Commit
9a4b611
·
verified ·
1 Parent(s): 069f8a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ anthropic = Anthropic(
24
  )
25
 
26
  # Request tracking
27
- # MAX_REQUESTS_PER_DAY = 25
28
  request_history = deque(maxlen=1000)
29
 
30
  SYMPY_GUIDELINES = """
 
24
  )
25
 
26
  # Request tracking
27
+ MAX_REQUESTS_PER_DAY = 500
28
  request_history = deque(maxlen=1000)
29
 
30
  SYMPY_GUIDELINES = """