-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathconfig_xtts.yaml
More file actions
26 lines (21 loc) · 1.04 KB
/
config_xtts.yaml
File metadata and controls
26 lines (21 loc) · 1.04 KB
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
llm:
# mocked_response: 'Hello, this is a sample response'
# mocked_response: ''
# mocked_response: 'Michael Jordan is a renowned American basketball player known for his exceptional skills and captivating performances. He dominated the sport with six NBA championships, setting a record that remains unbroken to this day.'
context_length: 1
system_message: >-
Answer the question using your general knowledge.
If you don't know the answer, just say that you don't know.
Use three sentences maximum and keep the answer concise.
Keep sentences short, no more than 8 words.
tts:
use_gpu: True
model_name: 'tts_models/multilingual/multi-dataset/xtts_v2'
speaker: 'Rosemary Okafor'
language: 'en'
# deepspeed_enabled: False # default is True, will check for installed library
streaming_enabled: False # default is False
streaming_chunk_size: 60 # quick debug: 20
streaming_overlap_wav_len: 4096
# works best with streaming, although quality is as expected from real-time
# sample_of_cloned_voice_wav: 'voice_to_clone.wav'