File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ import thinClientExample from '../../../../../../examples/docs/voice-agents/thin
5151 -H " Authorization: Bearer $OPENAI_API_KEY " \
5252 -H " Content-Type: application/json" \
5353 -d ' {
54- "type": "realtime",
55- "model": "gpt-realtime"
54+ "session": {
55+ "type": "realtime",
56+ "model": "gpt-realtime"
57+ }
5658 }'
5759 ```
5860
Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ import thinClientExample from '../../../../../../../examples/docs/voice-agents/t
5151 -H " Authorization: Bearer $OPENAI_API_KEY " \
5252 -H " Content-Type: application/json" \
5353 -d ' {
54- "type": "realtime",
55- "model": "gpt-realtime"
54+ "session": {
55+ "type": "realtime",
56+ "model": "gpt-realtime"
57+ }
5658 }'
5759 ```
5860
You can’t perform that action at this time.
0 commit comments