We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31cfbc8 + 755d70c commit 092cab0Copy full SHA for 092cab0
src/lib/services/realtime-chat-service.js
@@ -46,7 +46,11 @@ export const realtimeChat = {
46
event: "start",
47
body: {
48
payload: JSON.stringify({
49
- states: buildConversationUserStates(conversationId)
+ states: buildConversationUserStates(conversationId),
50
+ realtime_options: {
51
+ input_audio_format: "pcm16",
52
+ output_audio_format: "pcm16"
53
+ }
54
})
55
}
56
}));
0 commit comments