opencode
opencode copied to clipboard
Fixed llama.cpp docs: `limit` moved under model
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
opencode session | github run