opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Fixed llama.cpp docs: `limit` moved under model

Open opencode-agent[bot] opened this issue 1 month ago • 0 comments

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

opencode-agent[bot] avatar Dec 05 '25 00:12 opencode-agent[bot]