nociza / Bimg

A reverse-engineered Bing Image Creator API as an NPM package
The Unlicense
79 stars 11 forks source link

Is there a way to use fast generation with boosts ? #9

Closed GuyoST closed 11 months ago

GuyoST commented 11 months ago

Hello every one,

I tried this code and it's working fine, but it's not using boosts (even if I still have boosts on my bing image creator account). So the generation is very slow and exceed the 5 minutes timeout. I extented the timeout to 10 minutes and it seems to work better, maybe that whould be unlucky if it does take more than 10 minutes.

But that would be nice is there is a way to use boosts. I didn't find how to modify the request to specify I want to use boosts, and I don't understand also why it's not using boosts with the current request.

Does anyone has an idea about it ?

GuyoST commented 11 months ago

Hi !!

Finally I found out how to do :

just remove &rt=3 in the url, and the boosts will be used.