-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
feature requestNew feature or requestNew feature or requestunstaleRecieved activity after being labelled staleRecieved activity after being labelled stale
Description
🚀 The feature, motivation and pitch
Seems it can only do transcription task:
It's my request:
with open(audio_path, "rb") as audio_file:
transcription = client.audio.transcriptions.create(
file=audio_file,
model="whisper-large-v3-turbo",
# language="en",
# response_format="text",
# temperature=0.0
)
print("transcription result:", transcription)
it outputs:
transcription result: {"text":" you"}
Alternatives
No response
Additional context
No response
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestunstaleRecieved activity after being labelled staleRecieved activity after being labelled stale