refactor: Add noMultiGen flag to requestChatDataMain functions
This commit is contained in:
@@ -35,6 +35,7 @@ async function summary(stringlizedChat:string):Promise<{
|
||||
formated: promptbody,
|
||||
bias: {},
|
||||
useStreaming: false,
|
||||
noMultiGen: true
|
||||
}, 'model')
|
||||
if(da.type === 'fail' || da.type === 'streaming' || da.type === 'multiline'){
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user