diff --git a/src/ts/process/request.ts b/src/ts/process/request.ts index 374b3754..2b9280a3 100644 --- a/src/ts/process/request.ts +++ b/src/ts/process/request.ts @@ -1584,7 +1584,8 @@ async function requestGoogleCloudVertex(arg:RequestDataArgumentExtended):Promise const res = await globalFetch(url, { headers: headers, body: body, - chatId: arg.chatId + chatId: arg.chatId, + abortSignal: arg.abortSignal }) if(!res.ok){