[feat] better ain formating

This commit is contained in:
kwaroran
2023-06-26 17:54:10 +09:00
parent 85db744019
commit 35afc5f61c
6 changed files with 214 additions and 32 deletions

View File

@@ -80,7 +80,7 @@ export async function stableDiff(currentChar:character,prompt:string){
}, 'submodel')
if(rq.type === 'fail' || rq.type === 'streaming'){
if(rq.type === 'fail' || rq.type === 'streaming' || rq.type === 'multiline'){
alertError(`${rq.result}`)
return false
}