Skip to content

Commit 0907e47

Browse files
temp disable rate limit
1 parent 383bb8c commit 0907e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/routers/generate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ApiRequest(BaseModel):
4343

4444

4545
@router.post("")
46-
@limiter.limit("1/minute;5/day")
46+
# @limiter.limit("1/minute;5/day") # TEMP: disable rate limit for growth??
4747
async def generate(request: Request, body: ApiRequest):
4848
try:
4949
# Check instructions length

0 commit comments

Comments
 (0)