-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There is no metadata in the response for individual words like what's the language of a word, start time and end time.
To Reproduce
- Run the code snippet below.
Code snippets
os
import openai
openai.organization = os.environ.get("OPENAIORGANIZATIONID")
openai.api_key = os.environ.get("OPENAIAPIKEY")
file = open("/Users/olehkopyl/Downloads/test.m4a", "rb")
transcription = openai.Audio.transcribe("whisper-1", file)
print(transcription)OS
macOS
Python version
3.8.13
Library version
0.27.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working