diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-17 13:42:49 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-17 13:42:49 +0300 |
| commit | b67ae1be98f3131fa8cec9ae01d8f86fd4df8e06 (patch) | |
| tree | 2a00b4bf75cb59e6643e14e50c7f51c278411129 /config.example.toml | |
| parent | 372e49199b58281bf1c7f75dfa2835189bc61383 (diff) | |
Enha: filter out thinking blocks from chat history, removed {role}:
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 1b466eb..c2ec684 100644 --- a/config.example.toml +++ b/config.example.toml @@ -48,3 +48,4 @@ EnableMouse = false # Enable mouse support in the UI CharSpecificContextEnabled = true CharSpecificContextTag = "@" AutoTurn = true +StripThinkingFromAPI = true # Strip <think> blocks from messages before sending to LLM (keeps them in chat history) |
