AttributeError Traceback (most recent call last)
Input In [2], in <cell line: 4>()
1 import openai
3 file = open(“C:/Users/user/Downloads/audio/001.mp3”, “rb”)
----> 4 transcription = openai.Audio.transcribe(“whisper-1”, f)
6 print(transcription)
AttributeError: module ‘openai’ has no attribute ‘Audio’
I face that problem ,anyone had the same problem ?