We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aed38 commit 8086f4fCopy full SHA for 8086f4f
1 file changed
README.md
@@ -37,21 +37,7 @@ assistant = {
37
'model': 'gpt-3.5-turbo',
38
'voice': 'jennifer-playht',
39
"recordingEnabled": True,
40
- "interruptionsEnabled": False,
41
- "functions": [
42
- {
43
- "name": "setColor",
44
- "description": "Used to set the color",
45
- "parameters": {
46
- "type": "object",
47
- "properties": {
48
- "color": {
49
- "type": "string"
50
- }
51
52
53
54
- ]
+ "interruptionsEnabled": False
55
}
56
57
vapi.start(assistant=assistant)
0 commit comments