Skip to content

Commit

Permalink
Switching back to default cTranslate2 and faster-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Mar 21, 2024
1 parent 59f9747 commit 2c58ea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/wordcab_transcribe/router/v1/audio_url_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ async def process_audio():
)

background_tasks.add_task(delete_file, filepath=filepath)

await send_update_with_svix(
data.job_name,
"finished",
Expand Down
2 changes: 1 addition & 1 deletion src/wordcab_transcribe/router/v1/cortex_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def run_cortex(
return CortexError(message=error_message)

_cortex_response = {
**response.model_dump(),
**response,
"job_name": payload.job_name,
"request_id": request_id,
}
Expand Down

0 comments on commit 2c58ea1

Please sign in to comment.