Skip to content

Commit 5731262

Browse files
committed
cleanup
1 parent e27f47d commit 5731262

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ DCP uses its own config file:
105105
> "nudgeEnabled": true,
106106
> "nudgeFrequency": 10,
107107
> // Token limit at which the model begins actively compressing session context.
108-
// Best kept around 40% of the model's context window to stay in the "smart zone".
109-
// Set to "model" to use the model's full context window size.
108+
> // Best kept around 40% of the model's context window to stay in the "smart zone".
109+
> // Set to "model" to use the model's full context window size.
110110
> "contextLimit": 100000,
111111
> // Additional tools to protect from pruning
112112
> "protectedTools": [],
@@ -152,9 +152,7 @@ DCP uses its own config file:
152152
> "protectedTools": [],
153153
> },
154154
> },
155-
>
156155
> }
157-
>
158156
> ```
159157
>
160158
> </details>

0 commit comments

Comments
 (0)