mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 22:55:51 +00:00
Update secondary-filler.js
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user