refactor: Add noMultiGen flag to requestChatDataMain functions
This commit is contained in:
@@ -264,7 +264,9 @@ export async function supaMemory(
|
||||
]
|
||||
const da = await requestChatData({
|
||||
formated: promptbody,
|
||||
bias: {}
|
||||
bias: {},
|
||||
useStreaming: false,
|
||||
noMultiGen: true
|
||||
}, 'submodel')
|
||||
if(da.type === 'fail' || da.type === 'streaming' || da.type === 'multiline'){
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user