fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 8fb35c2c2d - Show all commits

View file

@ -910,8 +910,7 @@ export class GBMinService {
headers, headers,
username: null, username: null,
ps: null, ps: null,
qs: null, qs: null
streaming: true
}); });
const folder = `work/${min.instance.botId}.gbai/cache`; const folder = `work/${min.instance.botId}.gbai/cache`;
const filename = `${GBAdminService.generateUuid()}.png`; const filename = `${GBAdminService.generateUuid()}.png`;