Merge branch 'main' of https://github.com/kwaroran/RisuAI into gpt-sovits-tts

This commit is contained in:
Junha Heo
2024-08-24 19:04:17 +09:00
24 changed files with 251 additions and 137 deletions

View File

@@ -428,6 +428,8 @@ export function setDatabase(data:Database){
negInputName: 'text',
timeout: 30
}
data.hideApiKey ??= true
data.unformatQuotes ??= false
changeLanguage(data.language)
DataBase.set(data)
@@ -710,6 +712,8 @@ export interface Database{
comfyUiUrl: string
useLegacyGUI: boolean
claudeCachingExperimental: boolean
hideApiKey: boolean
unformatQuotes: boolean
}
export interface customscript{