correlation upgrades

This commit is contained in:
Logan
2026-05-17 19:05:52 -04:00
parent bcc3d3406d
commit 97ed691cd2
5 changed files with 54 additions and 15 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ def _sync_transcribe(
openai_client = OpenAI(api_key=settings.openai_api_key)
with open(tmp_path, "rb") as f:
response = openai_client.audio.transcriptions.create(
model="whisper-1",
model=settings.stt_model,
file=f,
language="en",
prompt=prompt,