mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:25:51 +00:00
Update batch-filler.js
This commit is contained in:
@@ -216,7 +216,7 @@ async function runBatchAttempt(batchNum, attemptNum) {
|
|||||||
}
|
}
|
||||||
const order = getMixedOrder('batch_filler') || [];
|
const order = getMixedOrder('batch_filler') || [];
|
||||||
|
|
||||||
const presetPrompts = getPresetPrompts('batch_filler');
|
const presetPrompts = await getPresetPrompts('batch_filler');
|
||||||
|
|
||||||
const worldBookContext = await getWorldBookContext();
|
const worldBookContext = await getWorldBookContext();
|
||||||
|
|
||||||
@@ -407,7 +407,7 @@ export async function startFloorRangeFilling(startFloor, endFloor) {
|
|||||||
}
|
}
|
||||||
const order = getMixedOrder('batch_filler') || [];
|
const order = getMixedOrder('batch_filler') || [];
|
||||||
|
|
||||||
const presetPrompts = getPresetPrompts('batch_filler');
|
const presetPrompts = await getPresetPrompts('batch_filler');
|
||||||
|
|
||||||
const worldBookContext = await getWorldBookContext();
|
const worldBookContext = await getWorldBookContext();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user