We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d7ee4 commit 77856f1Copy full SHA for 77856f1
examples/online_serving/openai_transcription_client.py
@@ -23,7 +23,7 @@ def sync_openai():
23
with open(str(mary_had_lamb), "rb") as f:
24
transcription = client.audio.transcriptions.create(
25
file=f,
26
- model="openai/whisper-small",
+ model="openai/whisper-large-v3",
27
language="en",
28
response_format="json",
29
temperature=0.0)
0 commit comments