feat(story-summary): default hide summarized to enabled

This commit is contained in:
2026-02-24 12:35:17 +08:00
parent e9eb8a464e
commit 8dc7ba5fae
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
api: { provider: 'st', url: '', key: '', model: '', modelCache: [] },
gen: { temperature: null, top_p: null, top_k: null, presence_penalty: null, frequency_penalty: null },
trigger: { enabled: false, interval: 20, timing: 'before_user', role: 'system', useStream: true, maxPerRun: 100, wrapperHead: '', wrapperTail: '', forceInsertAtEnd: false },
ui: { hideSummarized: false, keepVisibleCount: 6 },
ui: { hideSummarized: true, keepVisibleCount: 6 },
textFilterRules: [...DEFAULT_FILTER_RULES],
vector: { enabled: false, engine: 'online', local: { modelId: 'bge-small-zh' }, online: { provider: 'siliconflow', url: '', key: '', model: '' } }
};