From e4bdc3b702eedae8f86c347fc8132c695398d5d2 Mon Sep 17 00:00:00 2001 From: AquibPy Date: Tue, 9 Jul 2024 23:54:30 +0530 Subject: [PATCH] MODIFIED: api hit rate time in transcriber --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index f6aaa43..3f67f23 100644 --- a/api.py +++ b/api.py @@ -911,7 +911,7 @@ async def run_doc_agent(request:Request,gender: str = Form("Male"), The Whisper model is part of OpenAI's efforts to provide powerful tools for natural language understanding and generation. """ ) -@limiter.limit("5/15minute") +@limiter.limit("15/3minute") async def transcribe_audio_video(request: Request, file: UploadFile = File(...)): try: