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
called `Result::unwrap()` on an `Err` value: invalid_request_error [code=Some("unknown_parameter"), param=Some("session.input_audio_transcription.enabled")]: Unknown parameter: 'session.input_audio_transcription.enabled'.
The text was updated successfully, but these errors were encountered:
ysimonson
added a commit
to ysimonson/async-openai
that referenced
this issue
Dec 29, 2024
For the realtime types,
AudioTranscription
currently has anenabled
field, but the API does not have this. This triggers an error when trying to set an audio transcription on session update:The text was updated successfully, but these errors were encountered: