[PR #5089] docs: llama.cpp docs: limit moved under model #11239

Closed
opened 2026-02-16 18:16:02 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5089

State: closed
Merged: Yes


Perfect! The docs agent has successfully fixed the example. The issue was exactly as the comment suggested - the "limit" block needed to be moved up one level under the model definition.

What was wrong: The "limit" key was at the provider level
What's correct now: The "limit" key is now nested under the specific model (qwen3-coder:a3b)

The corrected documentation now shows the proper structure where "limit" is at the same indentation level as "name" within the model object, which prevents the "Unrecognized key" validation error.

Closes #5085

New%20session%20-%202025-12-05T00%3A18%3A23.903Z
opencode session  |  github run

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5089 **State:** closed **Merged:** Yes --- Perfect! The docs agent has successfully fixed the example. The issue was exactly as the comment suggested - the `"limit"` block needed to be moved up one level under the model definition. **What was wrong:** The `"limit"` key was at the provider level **What's correct now:** The `"limit"` key is now nested under the specific model (`qwen3-coder:a3b`) The corrected documentation now shows the proper structure where `"limit"` is at the same indentation level as `"name"` within the model object, which prevents the "Unrecognized key" validation error. Closes #5085 <a href="https://opencode.ai/s/3y7GvmCJ"><img width="200" alt="New%20session%20-%202025-12-05T00%3A18%3A23.903Z" src="https://social-cards.sst.dev/opencode-share/TmV3IHNlc3Npb24gLSAyMDI1LTEyLTA1VDAwOjE4OjIzLjkwM1o=.png?model=opencode/claude-haiku-4-5&version=1.0.133&id=3y7GvmCJ" /></a> [opencode session](https://opencode.ai/s/3y7GvmCJ)&nbsp;&nbsp;|&nbsp;&nbsp;[github run](/sst/opencode/actions/runs/19948248066)
yindo added the pull-request label 2026-02-16 18:16:02 -05:00
yindo closed this issue 2026-02-16 18:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11239