mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Try to fix swipes + multigen. Fix horde validation error
This commit is contained in:
@@ -8,6 +8,7 @@ export {
|
||||
loadHordeSettings,
|
||||
adjustHordeGenerationParams,
|
||||
getHordeModels,
|
||||
MIN_AMOUNT_GEN,
|
||||
}
|
||||
|
||||
let models = [];
|
||||
@@ -21,6 +22,7 @@ let horde_settings = {
|
||||
|
||||
const MAX_RETRIES = 100;
|
||||
const CHECK_INTERVAL = 3000;
|
||||
const MIN_AMOUNT_GEN = 16;
|
||||
|
||||
async function getWorkers() {
|
||||
const response = await fetch('https://horde.koboldai.net/api/v2/workers?type=text');
|
||||
|
Reference in New Issue
Block a user