mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 11:15:50 +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 order = getMixedOrder('secondary_filler') || [];
|
||||||
|
|
||||||
|
|
||||||
const presetPrompts = getPresetPrompts('secondary_filler');
|
const presetPrompts = await getPresetPrompts('secondary_filler');
|
||||||
|
|
||||||
const messages = [
|
const messages = [
|
||||||
{ role: 'system', content: generateRandomSeed() }
|
{ role: 'system', content: generateRandomSeed() }
|
||||||
|
|||||||
Reference in New Issue
Block a user