X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=index.js;h=babe27068b4d83094c451b633da72367ce4d296d;hb=2df1196fca4eeda4f1cd2950a65a6b4d675769f1;hp=b80943fb6b3c8da53cd8eb0fa3963560dfd7aa9b;hpb=fe575065050da30ad5a10d41464afd420f003cd7;p=zombocom-ai diff --git a/index.js b/index.js index b80943f..babe270 100644 --- a/index.js +++ b/index.js @@ -229,10 +229,10 @@ io.on('connection', (socket) => { } else { // Inject the target seed for the "dice" prompt once every - // 6 requests for a random seed (and only if the word + // 4 requests for a random seed (and only if the word // "dice" does not appear in the prompt). if (!code && !prompt.toLowerCase().includes("dice")) { - if (state.images.length % 6 == 0) { + if (state.images.length % 4 == 0) { code = 319630254; } }