mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:45:51 +00:00
Update cwb_core.js
This commit is contained in:
@@ -169,7 +169,7 @@ async function proceedWithCardUpdate($panel, messagesToUse) {
|
||||
|
||||
try {
|
||||
const mode = state.isIncrementalUpdateEnabled ? 'cwb_summarizer_incremental' : 'cwb_summarizer';
|
||||
const presetPrompts = getPresetPrompts(mode);
|
||||
const presetPrompts = await getPresetPrompts(mode);
|
||||
const order = getMixedOrder(mode) || [];
|
||||
|
||||
const messages = [
|
||||
|
||||
Reference in New Issue
Block a user