Skip to content

Commit

Permalink
MODIFIED: api hit rate time in transcriber
Browse files Browse the repository at this point in the history
  • Loading branch information
AquibPy committed Jul 9, 2024
1 parent 0fe8dae commit e4bdc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4bdc3b

Please sign in to comment.