fix: Judge contextWindow in models.json auf 131072 korrigiert
This commit is contained in:
parent
1da712f0b8
commit
aa00a8282e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue