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