From aa00a8282e232bce114d6f3675637c572c2915a0 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Wed, 20 May 2026 01:27:52 +0200 Subject: [PATCH] fix: Judge contextWindow in models.json auf 131072 korrigiert --- models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.json b/models.json index aec20e6..35d6871 100644 --- a/models.json +++ b/models.json @@ -82,7 +82,7 @@ "name": "Qwen3.6 27B Judge (llama.cpp :8002)", "reasoning": true, "input": ["text"], - "contextWindow": 65536, + "contextWindow": 131072, "maxTokens": 8192, "cost": { "input": 0,