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
"Cannot infer protocol from host `{host}`. Set `protocol` explicitly to `openai` or `azure`, use `wss://api.openai.com/v1/realtime`, or use an Azure OpenAI host."
171
164
),
@@ -458,29 +451,30 @@ impl Client {
458
451
other => bail!("Unexpected non-realtime session: {other:?}"),
459
452
};
460
453
461
-
let input_format = session
462
-
.audio
463
-
.as_ref()
454
+
// OpenAI may omit audio here; treat missing as default behavior.
0 commit comments