Skip to content

Commit 8a72585

Browse files
committed
Mark model.compressionThreshold as requiring a restart (#12378)
1 parent 73b3211 commit 8a72585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/config/settingsSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ const SETTINGS_SCHEMA = {
590590
type: 'number',
591591
label: 'Compression Threshold',
592592
category: 'Model',
593-
requiresRestart: false,
593+
requiresRestart: true,
594594
default: 0.2 as number,
595595
description:
596596
'The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).',

0 commit comments

Comments
 (0)