Spaces:
Paused
Paused
higher rate limit
Browse files
main.py
CHANGED
|
@@ -169,7 +169,7 @@ limiter = Limiter(key_func=get_remote_address)
|
|
| 169 |
|
| 170 |
|
| 171 |
@app.post("/chat")
|
| 172 |
-
@limiter.limit("
|
| 173 |
async def chat_endpoint(
|
| 174 |
payload: ChatRequest, background_tasks: BackgroundTasks, request: Request
|
| 175 |
):
|
|
|
|
| 169 |
|
| 170 |
|
| 171 |
@app.post("/chat")
|
| 172 |
+
@limiter.limit("450/minute")
|
| 173 |
async def chat_endpoint(
|
| 174 |
payload: ChatRequest, background_tasks: BackgroundTasks, request: Request
|
| 175 |
):
|