Skip to content

Commit 44849c8

Browse files
committed
Use am_michael instead of am_adam
1 parent 94f6fc1 commit 44849c8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@
263263
" },\n",
264264
" {\n",
265265
" \"id\": 2,\n",
266-
" \"name\": \"Adam\",\n",
266+
" \"name\": \"Michael\",\n",
267267
" \"description\": \"The co-host. He keeps the conversation on track, asks curious follow-up questions, and reacts with excitement or confusion, often using interjections like hmm or umm.\",\n",
268-
" \"voice_profile\": \"am_adam\",\n",
268+
" \"voice_profile\": \"am_michael\",\n",
269269
" },\n",
270270
"]\n",
271271
"\n",

example_data/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ speakers:
2424
description: The main host. She explains topics clearly using anecdotes and analogies, teaching in an engaging and captivating way.
2525
voice_profile: af_sarah
2626
- id: 2
27-
name: Adam
27+
name: Michael
2828
description: The co-host. He keeps the conversation on track, asks curious follow-up questions, and reacts with excitement or confusion, often using interjections like hmm or umm.
29-
voice_profile: am_adam
29+
voice_profile: am_michael

src/document_to_podcast/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
{
3838
"id": 2,
39-
"name": "Adam",
39+
"name": "Michael",
4040
"description": "The co-host. He keeps the conversation on track, asks curious follow-up questions, and reacts with excitement or confusion, often using interjections like hmm or umm.",
41-
"voice_profile": "am_adam",
41+
"voice_profile": "am_michael",
4242
},
4343
]
4444

0 commit comments

Comments
 (0)