mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 08:55:50 +00:00
Update cwb_core.js
This commit is contained in:
@@ -235,11 +235,6 @@ async function proceedWithCardUpdate($panel, messagesToUse) {
|
|||||||
messages.push({ role: "system", content: state.currentCharCardPrompt });
|
messages.push({ role: "system", content: state.currentCharCardPrompt });
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'cwb_incremental_char_card_prompt':
|
|
||||||
if (state.isIncrementalUpdateEnabled && state.currentIncrementalCharCardPrompt) {
|
|
||||||
messages.push({ role: "system", content: state.currentIncrementalCharCardPrompt });
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case 'oldFiles':
|
case 'oldFiles':
|
||||||
if (state.isIncrementalUpdateEnabled) {
|
if (state.isIncrementalUpdateEnabled) {
|
||||||
let oldFilesContent = "【旧档案】\n";
|
let oldFilesContent = "【旧档案】\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user