Skip to content

Commit 095a1ab

Browse files
docs: llama.cpp docs: limit moved under model (#5089)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 71e578e commit 095a1ab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/web/src/content/docs/providers.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ The `global` region improves availability and reduces errors at no extra cost. U
568568

569569
You can configure opencode to use local models through [llama.cpp's](https://github.com/ggml-org/llama.cpp) llama-server utility
570570

571-
```json title="opencode.json" "llama.cpp" {5, 6, 8, 10-14}
571+
```json title="opencode.json" "llama.cpp" {5, 6, 8, 10-15}
572572
{
573573
"$schema": "https://opencode.ai/config.json",
574574
"provider": {
@@ -580,12 +580,12 @@ You can configure opencode to use local models through [llama.cpp's](https://git
580580
},
581581
"models": {
582582
"qwen3-coder:a3b": {
583-
"name": "Qwen3-Coder: a3b-30b (local)"
583+
"name": "Qwen3-Coder: a3b-30b (local)",
584+
"limit": {
585+
"context": 128000,
586+
"output": 65536
587+
}
584588
}
585-
},
586-
"limit": {
587-
"context": 128000,
588-
"output": 65536
589589
}
590590
}
591591
}

0 commit comments

Comments
 (0)