hackingthemarkets / chatgpt-api-whisper-api-voice-assistant

chatgpt api and whisper api tutorial - voice conversation with therapist
331 stars 149 forks source link

Error on submit #3

Open IvanZaro opened 1 year ago

IvanZaro commented 1 year ago

I got an error when click submit audio file:

File "c:\Users\iroza\Desktop\Projects\Project3\therapist.py", line 10, in transcribe audio_file = open(audio, "rb") TypeError: expected str, bytes or os.PathLike object, not NoneType

I installed ffmpeg and ffrobe.

Can somebody help me?

trialsid commented 1 year ago

I get the same error, and new to git and coding in general.