[feat] hf tts translation

This commit is contained in:
kwaroran
2023-11-28 03:36:08 +09:00
parent a6b11c22de
commit 6ae8264f8b
7 changed files with 36 additions and 5 deletions

View File

@@ -301,7 +301,7 @@ export function characterFormatUpdate(index:number|character){
depth: 0,
prompt: ''
}
cha.hfTTS = {
cha.hfTTS ??= {
model: '',
language: 'en'
}