This commit is contained in:
Rodrigo Rodriguez 2024-08-23 23:36:22 -03:00
commit 12418bd1b8

View file

@ -67,7 +67,7 @@ export class ImageServices {
}); });
const gbaiName = DialogKeywords.getGBAIPath(min.botId); const gbaiName = DialogKeywords.getGBAIPath(min.botId);
const localName = Path.join('work', gbaiName, 'cache', `img${GBAdminService.getRndReadableIdentifier()}.png`); const localName = Path.join('work', gbaiName, 'cache', `DALL-E${GBAdminService.getRndReadableIdentifier()}.png`);
const url = response.data[0].url; const url = response.data[0].url;
const res = await fetch(url); const res = await fetch(url);