You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Parameter file is required to perform audio to text transcription. Current implementation for CreateTranscriptionRequest
is devoid of functional parameter : file
Which makes it impossible to perform the transcription operation.
The text was updated successfully, but these errors were encountered:
From Open AI documentation https://platform.openai.com/docs/api-reference/audio/createTranscription
curl https://api.openai.com/v1/audio/transcriptions \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: multipart/form-data" \
-F file="@/path/to/file/audio.mp3" \
-F model="whisper-1"`
Parameter file is required to perform audio to text transcription. Current implementation for CreateTranscriptionRequest
is devoid of functional parameter : file
Which makes it impossible to perform the transcription operation.
The text was updated successfully, but these errors were encountered: