feat: remote Whisper via whisper.base_url — OpenAI-compatible upload
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user