feat(story-summary): default hide summarized to enabled
This commit is contained in:
@@ -40,7 +40,7 @@ export function getSummaryPanelConfig() {
|
||||
forceInsertAtEnd: false,
|
||||
},
|
||||
ui: {
|
||||
hideSummarized: false,
|
||||
hideSummarized: true,
|
||||
keepVisibleCount: 6,
|
||||
},
|
||||
textFilterRules: [...DEFAULT_FILTER_RULES],
|
||||
|
||||
@@ -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: '' } }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user