diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:26:13 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:26:13 +0300 |
| commit | 96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd (patch) | |
| tree | 649e095f45a8f030a2bf209f999731a1b92921a3 /config.example.toml | |
| parent | 85b11fa9ffd5f72b0b76200d2fa590960273410b (diff) | |
Feat: openrouter reasoning
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 3e2ec77..60906da 100644 --- a/config.example.toml +++ b/config.example.toml @@ -50,3 +50,7 @@ CharSpecificContextEnabled = true CharSpecificContextTag = "@" AutoTurn = true StripThinkingFromAPI = true # Strip <think> blocks from messages before sending to LLM (keeps them in chat history) +# OpenRouter reasoning configuration (only applies to OpenRouter chat API) +# Valid values: xhigh, high, medium, low, minimal, none (empty or none = disabled) +# Models that support reasoning will include thinking content wrapped in <think> tags +ReasoningEffort = "medium" |
