Skip to content

Commit 59ae122

Browse files
authored
fix: replace playht voice examples with 11labs (#631)
1 parent dc58a1e commit 59ae122

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

fern/calls/customer-join-timeout.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Configure `customerJoinTimeoutSeconds` through the Vapi API for both permanent a
140140
call = client.calls.create_web(
141141
assistant={
142142
"model": {"provider": "openai", "model": "gpt-4.1-mini"},
143-
"voice": {"provider": "playht", "voiceId": "jennifer"},
143+
"voice": {"provider": "11labs", "voiceId": "cgSgspJ2msm6clMCkdW9"},
144144
"customer_join_timeout_seconds": 60
145145
}
146146
)
@@ -152,7 +152,7 @@ Configure `customerJoinTimeoutSeconds` through the Vapi API for both permanent a
152152
-d '{
153153
"assistant": {
154154
"model": {"provider": "openai", "model": "gpt-4.1-mini"},
155-
"voice": {"provider": "playht", "voiceId": "jennifer"},
155+
"voice": {"provider": "11labs", "voiceId": "cgSgspJ2msm6clMCkdW9"},
156156
"customerJoinTimeoutSeconds": 60
157157
}
158158
}'

fern/quickstart/phone.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ vapi assistant create
125125
},
126126
// Configure the voice
127127
voice: {
128-
provider: 'playht',
129-
voice_id: 'jennifer',
128+
provider: '11labs',
129+
voice_id: 'cgSgspJ2msm6clMCkdW9',
130130
},
131131
// Set the first message
132132
firstMessage: 'Hi there, this is Alex from TechSolutions customer support. How can I help you today?',
@@ -186,8 +186,8 @@ vapi assistant create
186186
},
187187
# Configure the voice
188188
voice={
189-
"provider": "playht",
190-
"voice_id": "jennifer",
189+
"provider": "11labs",
190+
"voice_id": "cgSgspJ2msm6clMCkdW9",
191191
},
192192
# Set the first message
193193
first_message="Hi there, this is Alex from TechSolutions customer support. How can I help you today?",
@@ -226,8 +226,8 @@ vapi assistant create
226226
]
227227
},
228228
"voice": {
229-
"provider": "playht",
230-
"voice_id": "jennifer"
229+
"provider": "11labs",
230+
"voice_id": "cgSgspJ2msm6clMCkdW9"
231231
},
232232
"firstMessage": "Hi there, this is Alex from TechSolutions customer support. How can I help you today?"
233233
}'

fern/voice-fallback-plan.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Add the `fallbackPlan` property to your assistant's voice configuration, and spe
4343
"voiceId": "248be419-c632-4f23-adf1-5324ed7dbf1d"
4444
},
4545
{
46-
"provider": "playht",
47-
"voiceId": "jennifer"
46+
"provider": "11labs",
47+
"voiceId": "cgSgspJ2msm6clMCkdW9"
4848
}
4949
]
5050
}

0 commit comments

Comments
 (0)