Skip to content

Commit f069f3e

Browse files
authored
[Misc] Openai transcription client example use same Whisper model (#16487)
Signed-off-by: NickLucche <[email protected]>
1 parent c5bc0e7 commit f069f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/online_serving/openai_transcription_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def sync_openai():
2323
with open(str(mary_had_lamb), "rb") as f:
2424
transcription = client.audio.transcriptions.create(
2525
file=f,
26-
model="openai/whisper-small",
26+
model="openai/whisper-large-v3",
2727
language="en",
2828
response_format="json",
2929
temperature=0.0)

0 commit comments

Comments
 (0)