From f85a647203acaf9525afd4ed2b6c97bf57336246 Mon Sep 17 00:00:00 2001 From: Sherkhan Azimov Date: Tue, 17 Mar 2026 13:03:31 +0000 Subject: [PATCH] fix(desktop): support batch transcription for custom STT provider Map the "custom" provider to the Deepgram-compatible batch adapter so that clicking the refresh button after a session triggers batch transcription against custom endpoints. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/desktop/src/stt/useRunBatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/src/stt/useRunBatch.ts b/apps/desktop/src/stt/useRunBatch.ts index de9d6e20fd..177c089a7e 100644 --- a/apps/desktop/src/stt/useRunBatch.ts +++ b/apps/desktop/src/stt/useRunBatch.ts @@ -38,6 +38,7 @@ const BATCH_PROVIDER_MAP: Record = { elevenlabs: "elevenlabs", mistral: "mistral", fireworks: "fireworks", + custom: "deepgram", }; function getBatchProvider(