From c8bd4d1e7a34ebf452d3d6c843d5cef785abe608 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 14:02:34 +0300 Subject: replace qwen3-coder-next with qwen3.6-27b across configs, docs, and tooling --- pi/agent/extensions/nemotron-tool-repair/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pi/agent/extensions') diff --git a/pi/agent/extensions/nemotron-tool-repair/index.ts b/pi/agent/extensions/nemotron-tool-repair/index.ts index 9bb8f94..ae59a66 100644 --- a/pi/agent/extensions/nemotron-tool-repair/index.ts +++ b/pi/agent/extensions/nemotron-tool-repair/index.ts @@ -20,7 +20,7 @@ import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-age const CUSTOM_API = "hyperstack-openai-completions-repaired"; const TARGET_PROVIDERS = new Set(["hyperstack1", "hyperstack2"]); const NEMOTRON_MODEL_PATTERN = /NVIDIA-Nemotron-3-Super/i; -// Matches all Qwen Coder variants (Qwen3-Coder-Next, Qwen3-Coder-30B, etc.) +// Matches Qwen3 Coder variants (Qwen3-Coder-30B, etc.) const QWEN_CODER_MODEL_PATTERN = /Qwen.*Coder/i; const MODELS_JSON_PATH = path.resolve( path.dirname(fileURLToPath(import.meta.url)), -- cgit v1.2.3