Skip to content

There is no metadata, please fix it #241

@kopyl

Description

@kopyl

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

  1. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions