We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
session.update
1 parent 6f89573 commit a0519f5Copy full SHA for a0519f5
examples/azure/realtime/ws.ts
@@ -25,13 +25,6 @@ async function main() {
25
model: 'gpt-4o-realtime-preview',
26
},
27
});
28
- rt.send({
29
- type: 'session.update',
30
- session: {
31
- modalities: ['text'],
32
- model: 'gpt-4o-realtime-preview',
33
- },
34
- });
35
36
rt.send({
37
type: 'conversation.item.create',
examples/realtime/ws.ts
@@ -13,13 +13,6 @@ async function main() {
13
14
15
16
17
18
19
20
21
22
23
24
0 commit comments