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 8b8565e commit 9185b20Copy full SHA for 9185b20
src/webrtc.cpp
@@ -15,7 +15,7 @@
15
"[\"audio\", \"text\"], \"instructions\": \"Say '"GREETING"'\"}}"
16
17
#define INSTRUCTION_JSON \
18
- "{\"type\": \"session.update\", \"session\": {\"instructions\": \"Say '"INSTRUCTIONS"'\"}}"
+ "{\"type\": \"session.update\", \"session\": {\"instructions\": \""INSTRUCTIONS"\"}}"
19
20
PeerConnection *peer_connection = NULL;
21
0 commit comments