Skip to content

Commit 8086f4f

Browse files
committed
Checking in
1 parent a0aed38 commit 8086f4f

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,7 @@ assistant = {
3737
'model': 'gpt-3.5-turbo',
3838
'voice': 'jennifer-playht',
3939
"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-
]
40+
"interruptionsEnabled": False
5541
}
5642

5743
vapi.start(assistant=assistant)

0 commit comments

Comments
 (0)