Add prefill_supported

This commit is contained in:
kwaroran
2024-04-18 11:46:03 +09:00
parent 72c69b3bef
commit 9657f7cc74

View File

@@ -700,6 +700,9 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
return f[0] return f[0]
})?.join('§') ?? '' })?.join('§') ?? ''
} }
case 'prefill_supported':{
return db.aiModel.startsWith('claude') ? '1' : '0'
}
} }
const arra = p1.split("::") const arra = p1.split("::")
if(arra.length > 1){ if(arra.length > 1){