[feat] allow all ext option

This commit is contained in:
kwaroran
2023-11-25 18:56:49 +09:00
parent 2c77ae1b58
commit 5753e37f15
3 changed files with 9 additions and 8 deletions

View File

@@ -507,6 +507,8 @@ export interface Database{
reverseProxyOobaArgs: OobaChatCompletionRequestParams
tpo?:boolean
automark?:boolean
allowAllExtentionFiles?:boolean
}
export interface customscript{
@@ -603,7 +605,6 @@ export interface character{
extentions?:{[key:string]:any}
largePortrait?:boolean
lorePlus?:boolean
}