-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathconversation_config.yaml
54 lines (53 loc) · 1.36 KB
/
conversation_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
conversation_style:
- "engaging"
- "fast-paced"
- "enthusiastic"
roles_person1: "main summarizer"
roles_person2: "questioner/clarifier"
dialogue_structure:
- "Introduction"
- "Main Content Summary"
- "Conclusion"
podcast_name: "PODCASTIFY"
podcast_tagline: "Your Personal Generative AI Podcast"
output_language: "English"
engagement_techniques:
- "rhetorical questions"
- "anecdotes"
- "analogies"
- "humor"
creativity: 1
user_instructions: ""
max_num_chunks: 8 # maximum number of rounds of discussions in longform
min_chunk_size: 600 # minimum number of characters to generate a round of discussion in longform
text_to_speech:
default_tts_model: "openai"
output_directories:
transcripts: "./data/transcripts"
audio: "./data/audio"
elevenlabs:
default_voices:
question: "Chris"
answer: "Jessica"
model: "eleven_multilingual_v2"
openai:
default_voices:
question: "echo"
answer: "shimmer"
model: "tts-1-hd"
edge:
default_voices:
question: "en-US-JennyNeural"
answer: "en-US-EricNeural"
gemini:
default_voices:
question: "en-US-Journey-D"
answer: "en-US-Journey-O"
geminimulti:
default_voices:
question: "R"
answer: "S"
model: "en-US-Studio-MultiSpeaker"
audio_format: "mp3"
temp_audio_dir: "data/audio/tmp/"
ending_message: "See You Next Time!"