Unverified Commit f069f3ea authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Misc] Openai transcription client example use same Whisper model (#16487)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent c5bc0e7f
......@@ -23,7 +23,7 @@ def sync_openai():
with open(str(mary_had_lamb), "rb") as f:
transcription = client.audio.transcriptions.create(
file=f,
model="openai/whisper-small",
model="openai/whisper-large-v3",
language="en",
response_format="json",
temperature=0.0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment