feat: remote Whisper via whisper.base_url — OpenAI-compatible upload

This commit is contained in:
2026-04-01 20:28:31 +02:00
parent 912b333124
commit 8300851e77
3 changed files with 47 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ async def run_pipeline():
language=cfg["whisper"]["language"],
model_name=cfg["whisper"]["model"],
device=cfg["whisper"]["device"],
base_url=cfg["whisper"].get("base_url", ""),
)
await broadcast({"event": "transcribed", "raw": raw_text})