This commit is contained in:
Kwaroran
2024-12-26 06:00:24 +09:00
9 changed files with 450 additions and 160 deletions

View File

@@ -229,6 +229,9 @@ export function setDatabase(data:Database){
if(checkNullish(data.supaMemoryKey)){
data.supaMemoryKey = ""
}
if(checkNullish(data.hypaMemoryKey)){
data.hypaMemoryKey = ""
}
if(checkNullish(data.supaModelType)){
data.supaModelType = "none"
}
@@ -630,6 +633,7 @@ export interface Database{
useStreaming:boolean
palmAPI:string,
supaMemoryKey:string
hypaMemoryKey:string
supaModelType:string
textScreenColor?:string
textBorder?:boolean