-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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
Labels
questionFurther information is requestedFurther information is requested