Merge branch 'main' of https://github.com/kwaroran/RisuAI into gpt-sovits-tts
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user