[feat] add savetime db

This commit is contained in:
kwaroran
2023-08-07 20:56:11 +09:00
parent 010dad3031
commit af6ddd0fa6
2 changed files with 4 additions and 1 deletions

View File

@@ -621,6 +621,7 @@ export interface Database{
promptTemplate?:Proompt[]
forceProxyAsOpenAI?:boolean
hypaModel:'ada'|'MiniLM'
saveTime?:number
}
interface hordeConfig{