#Getting no response event for input_audio_transcription in realtime ws

1 messages · Page 1 of 1 (latest)

languid mist
#

Even though i have set

"input_audio_transcription": {
      "model": "whisper-1"
    },

in session.update, am not getting any events back from openai like: conversation.item.input_audio_transcription.completed and conversation.item.input_audio_transcription.failed

#
Response failed: {
  "type": "server_error",
  "code": null,
  "message": "The server had an error while processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the session ID sess_AJiOuLWAt5NLXp4L18kze in your message.)"
}