[test] peer
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -922,7 +922,9 @@ export function checkCharOrder() {
|
||||
const charId = db.characters[i].chaId
|
||||
charIdList.push(charId)
|
||||
if(!ordered.includes(charId)){
|
||||
db.characterOrder.push(charId)
|
||||
if(charId !== '§temp'){
|
||||
db.characterOrder.push(charId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user