From 4df32ad273d02dcad8edddaa90b45896a2916f86 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Mon, 11 May 2026 09:51:01 -0400 Subject: [PATCH] fix(llama-swap): allow qwen thinking by default --- modules/nixos/services/llama-swap/config.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/services/llama-swap/config.nix b/modules/nixos/services/llama-swap/config.nix index 68c5410..972ca5a 100644 --- a/modules/nixos/services/llama-swap/config.nix +++ b/modules/nixos/services/llama-swap/config.nix @@ -189,7 +189,6 @@ in --language-model-only --trust-remote-code --reasoning-parser qwen3 - --default-chat-template-kwargs '{"enable_thinking": false}' --enable-auto-tool-choice --tool-call-parser qwen3_coder --enable-prefix-caching @@ -330,7 +329,6 @@ in --kv-cache-dtype turboquant_3bit_nc --trust-remote-code --reasoning-parser qwen3 - --default-chat-template-kwargs '{"enable_thinking": false}' --enable-auto-tool-choice --tool-call-parser qwen3_coder --enable-prefix-caching @@ -467,7 +465,6 @@ in --language-model-only --trust-remote-code --reasoning-parser qwen3 - --default-chat-template-kwargs '{"enable_thinking": false}' --enable-auto-tool-choice --tool-call-parser qwen3_coder --enable-prefix-caching