Skip to content

[Audio.transcribe] Prompt parameter appears to have no effect #261

@nt294

Description

@nt294

Describe the bug

I am attempting to transcribe a file with an accompanying prompt, however it appears to have no effect at all on the output.

This is a sample of the code:

prompt = "This is a recording of a conversation between 4 people, please present it in the following format: 'Person 1: Thanks for coming today Person 2: No problem', etc."
audio_file = open("/path/to/file.WAV", "rb")
transcript = openai.Audio.transcribe("whisper-1", audio_file, prompt=prompt)
print(transcript)

The returned text is exactly the same with or without the prompt parameter.

To Reproduce

Send a transcription request with a prompt parameter

Code snippets

No response

OS

macOs

Python version

Python v3.7.1

Library version

OpenAI Python v0.27.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions