Skip to content

Commit 77856f1

Browse files
NickLuccheyangw-dev
authored andcommitted
[Misc] Openai transcription client example use same Whisper model (vllm-project#16487)
Signed-off-by: NickLucche <[email protected]> Signed-off-by: Yang Wang <[email protected]>
1 parent 67d7ee4 commit 77856f1

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)