fix: Judge contextWindow in models.json auf 131072 korrigiert

This commit is contained in:
Dieter Schlüter 2026-05-20 01:27:52 +02:00
commit aa00a8282e

View file

@ -82,7 +82,7 @@
"name": "Qwen3.6 27B Judge (llama.cpp :8002)", "name": "Qwen3.6 27B Judge (llama.cpp :8002)",
"reasoning": true, "reasoning": true,
"input": ["text"], "input": ["text"],
"contextWindow": 65536, "contextWindow": 131072,
"maxTokens": 8192, "maxTokens": 8192,
"cost": { "cost": {
"input": 0, "input": 0,