From 96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 21 Feb 2026 16:26:13 +0300 Subject: Feat: openrouter reasoning --- config.example.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.example.toml') 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 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 tags +ReasoningEffort = "medium" -- cgit v1.2.3