fix(opencode): increase context/output limits for local model
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"tool_call": true,
|
"tool_call": true,
|
||||||
"limit": {
|
"limit": {
|
||||||
"context": 32768,
|
"context": 131072,
|
||||||
"output": 8192
|
"output": 32768
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user