[fix] tokens not going on streaming

This commit is contained in:
kwaroran
2023-07-22 01:10:44 +09:00
parent 873f9cf6f8
commit 26f6c911f6

View File

@@ -270,6 +270,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
body: body,
headers: headers,
abortSignal,
useRisuToken:true
})
const dat = res.data as any