We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27f47d commit 5731262Copy full SHA for 5731262
1 file changed
README.md
@@ -105,8 +105,8 @@ DCP uses its own config file:
105
> "nudgeEnabled": true,
106
> "nudgeFrequency": 10,
107
> // 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.
+> // Best kept around 40% of the model's context window to stay in the "smart zone".
+> // Set to "model" to use the model's full context window size.
110
> "contextLimit": 100000,
111
> // Additional tools to protect from pruning
112
> "protectedTools": [],
@@ -152,9 +152,7 @@ DCP uses its own config file:
152
153
> },
154
155
->
156
> }
157
158
> ```
159
>
160
> </details>
0 commit comments