[feat] added read quoted only tts option

This commit is contained in:
kwaroran
2023-05-21 02:51:42 +09:00
parent 40d8b17795
commit 458da9c047
5 changed files with 23 additions and 3 deletions

View File

@@ -284,6 +284,7 @@ export interface character{
ttsSpeech?:string
supaMemory?:boolean
additionalAssets?:[string, string][]
ttsReadOnlyQuoted?:boolean
}