Update secondary-filler.js

This commit is contained in:
2025-09-12 12:36:37 +08:00
committed by GitHub
parent f9dffc10c0
commit 678f5189ea

View File

@@ -108,7 +108,7 @@ export async function fillWithSecondaryApi(latestMessage) {
const order = getMixedOrder('secondary_filler') || [];
const presetPrompts = getPresetPrompts('secondary_filler');
const presetPrompts = await getPresetPrompts('secondary_filler');
const messages = [
{ role: 'system', content: generateRandomSeed() }