[test] peer

This commit is contained in:
kwaroran
2023-11-22 18:51:12 +09:00
parent ac6216a2c3
commit bde1216ab3
9 changed files with 328 additions and 9 deletions

View File

@@ -505,6 +505,7 @@ export interface Database{
gptVisionQuality:string
reverseProxyOobaMode:boolean
reverseProxyOobaArgs: OobaChatCompletionRequestParams
tpo?:boolean
}
export interface customscript{
@@ -601,6 +602,7 @@ export interface character{
extentions?:{[key:string]:any}
largePortrait?:boolean
lorePlus?:boolean
}