diff options
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 8893345..7df35d9 100644 --- a/config.example.toml +++ b/config.example.toml @@ -56,3 +56,6 @@ StripThinkingFromAPI = true # Strip <think> blocks from messages before sending # 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" +# playwright +NoPlaywright = false +PlaywrightDebug = false |
