Add stopping strings to Horde

This commit is contained in:
Cohee
2023-10-24 16:23:32 +03:00
parent 1bf6d6d9f2
commit 52537904f7
3 changed files with 31 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ export {
loadHordeSettings,
adjustHordeGenerationParams,
getHordeModels,
MIN_AMOUNT_GEN,
MIN_LENGTH,
}
let models = [];
@@ -33,7 +33,7 @@ let horde_settings = {
const MAX_RETRIES = 240;
const CHECK_INTERVAL = 5000;
const MIN_AMOUNT_GEN = 16;
const MIN_LENGTH = 16;
const getRequestArgs = () => ({
method: "GET",
headers: {