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.
1 parent 31cfbc8 commit 755d70cCopy full SHA for 755d70c
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